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
This commit is contained in:
Matt Riedemann
2013-06-15 20:02:04 -07:00
parent 858ca4a532
commit b45d5d651c

View File

@@ -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()