Fix docstring for snapshots API
For some reason, the snapshots controller class' introductory docstring stated that it was the volume API controller. This patch changes it to say: "The Snapshots API controller for the OpenStack API." Change-Id: I8c9827939bbc7acf93282db854a40501f3fea399
This commit is contained in:
parent
9cc1422bfb
commit
0247469109
@ -93,7 +93,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()
|
||||
|
@ -93,7 +93,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