Fix docstring on SnapshotController

Change-Id: I66a8b15ef700253bbad54ee3955550aeb2a522b7
Closes-Bug: #1257151
This commit is contained in:
huangtianhua 2013-12-03 11:51:59 +08:00
parent aedb49b2eb
commit f045a5dfa6
1 changed files with 1 additions and 1 deletions

View File

@ -597,7 +597,7 @@ class SnapshotsTemplate(xmlutil.TemplateBuilder):
class SnapshotController(wsgi.Controller):
"""The Volumes API controller for the OpenStack API."""
"""The Snapshots API controller for the OpenStack API."""
def __init__(self):
self.volume_api = volume.API()