diff options
| author | Matt Riedemann <mriedem@us.ibm.com> | 2013-06-15 20:02:04 -0700 |
|---|---|---|
| committer | Matt Riedemann <mriedem@us.ibm.com> | 2013-06-15 20:02:04 -0700 |
| commit | b45d5d651c44cdf6ac3c91058ff441e261ce6e1c (patch) | |
| tree | afa9d53b1a9adef86b7931ef9dbc2f35d4966c22 | |
| parent | 858ca4a53282e8ca6ba210398bf0840a820ecd09 (diff) | |
Fix the ServerPasswordController class doc string
The code must have been copied from the flavor access extension to start
with and the old class doc string was left in place.
Fixes bug 1191232
Change-Id: Ie60ea629270c8185abc05fd4e08bbd7a9945c2b5
| -rw-r--r-- | nova/api/openstack/compute/contrib/server_password.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/api/openstack/compute/contrib/server_password.py b/nova/api/openstack/compute/contrib/server_password.py index 14ea91ef2..2884e4040 100644 --- a/nova/api/openstack/compute/contrib/server_password.py +++ b/nova/api/openstack/compute/contrib/server_password.py @@ -39,7 +39,7 @@ class ServerPasswordTemplate(xmlutil.TemplateBuilder): class ServerPasswordController(object): - """The flavor access API controller for the OpenStack API.""" + """The Server Password API controller for the OpenStack API.""" def __init__(self): self.compute_api = compute.API() |
