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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user