Fix docstring for snapshot_metadata controller

Change-Id: I8227c79c35688da03f5b850daec3215d7c79b2a6
Closes-Bug: #1258000
This commit is contained in:
huangtianhua 2013-12-05 10:14:16 +08:00
parent e99cd785d8
commit 62617e656f
2 changed files with 2 additions and 2 deletions

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

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