From b45d5d651c44cdf6ac3c91058ff441e261ce6e1c Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Sat, 15 Jun 2013 20:02:04 -0700 Subject: 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 --- nova/api/openstack/compute/contrib/server_password.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nova/api') 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() -- cgit