diff --git a/cinder/api/v1/snapshots.py b/cinder/api/v1/snapshots.py index 1e441114341..66e540211c5 100644 --- a/cinder/api/v1/snapshots.py +++ b/cinder/api/v1/snapshots.py @@ -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() diff --git a/cinder/api/v2/snapshots.py b/cinder/api/v2/snapshots.py index bc74d58fdfe..1d7bbd20fa4 100644 --- a/cinder/api/v2/snapshots.py +++ b/cinder/api/v2/snapshots.py @@ -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()