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