]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Fix docstring for snapshot_metadata controller
authorhuangtianhua <huangtianhua@huawei.com>
Thu, 5 Dec 2013 02:14:16 +0000 (10:14 +0800)
committerhuangtianhua <huangtianhua@huawei.com>
Thu, 5 Dec 2013 08:44:51 +0000 (16:44 +0800)
Change-Id: I8227c79c35688da03f5b850daec3215d7c79b2a6
Closes-Bug: #1258000

cinder/api/v1/snapshot_metadata.py
cinder/api/v2/snapshot_metadata.py

index 87997aec4132b187f1b70395c3146366a71b64ea..3638284411d4e5904293f2925007e89c7b18acd0 100644 (file)
@@ -25,7 +25,7 @@ from webob import exc
 
 
 class Controller(wsgi.Controller):
-    """The volume metadata API controller for the OpenStack API."""
+    """The snapshot metadata API controller for the OpenStack API."""
 
     def __init__(self):
         self.volume_api = volume.API()
index 87997aec4132b187f1b70395c3146366a71b64ea..3638284411d4e5904293f2925007e89c7b18acd0 100644 (file)
@@ -25,7 +25,7 @@ from webob import exc
 
 
 class Controller(wsgi.Controller):
-    """The volume metadata API controller for the OpenStack API."""
+    """The snapshot metadata API controller for the OpenStack API."""
 
     def __init__(self):
         self.volume_api = volume.API()