Merge "Fix docstring for snapshots API"
This commit is contained in:
commit
5a217881fb
@ -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()
|
||||
|
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user