Merge "Fix docstring for snapshots API"

This commit is contained in:
Jenkins 2014-07-02 14:53:01 +00:00 committed by Gerrit Code Review
commit 5a217881fb
2 changed files with 2 additions and 2 deletions

View File

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

View File

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