diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-06-25 21:42:18 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-06-25 21:42:18 +0000 |
| commit | 283da9e20eeba36fa42e8ed4bbdd64bc15406dd0 (patch) | |
| tree | 6fd87347daac0a204879d0f46d4192452c84b3cb | |
| parent | d65c0953af744f8e527043707fbf32ac8ab6fa42 (diff) | |
| parent | b45d5d651c44cdf6ac3c91058ff441e261ce6e1c (diff) | |
| download | nova-283da9e20eeba36fa42e8ed4bbdd64bc15406dd0.tar.gz nova-283da9e20eeba36fa42e8ed4bbdd64bc15406dd0.tar.xz nova-283da9e20eeba36fa42e8ed4bbdd64bc15406dd0.zip | |
Merge "Fix the ServerPasswordController class doc string"
| -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() |
