From: huangtianhua Date: Thu, 5 Dec 2013 02:14:16 +0000 (+0800) Subject: Fix docstring for snapshot_metadata controller X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=62617e656fe5895de30ce55971b07680f7b0a6b2;p=openstack-build%2Fcinder-build.git Fix docstring for snapshot_metadata controller Change-Id: I8227c79c35688da03f5b850daec3215d7c79b2a6 Closes-Bug: #1258000 --- diff --git a/cinder/api/v1/snapshot_metadata.py b/cinder/api/v1/snapshot_metadata.py index 87997aec4..363828441 100644 --- a/cinder/api/v1/snapshot_metadata.py +++ b/cinder/api/v1/snapshot_metadata.py @@ -25,7 +25,7 @@ from webob import exc class Controller(wsgi.Controller): - """The volume metadata API controller for the OpenStack API.""" + """The snapshot metadata API controller for the OpenStack API.""" def __init__(self): self.volume_api = volume.API() diff --git a/cinder/api/v2/snapshot_metadata.py b/cinder/api/v2/snapshot_metadata.py index 87997aec4..363828441 100644 --- a/cinder/api/v2/snapshot_metadata.py +++ b/cinder/api/v2/snapshot_metadata.py @@ -25,7 +25,7 @@ from webob import exc class Controller(wsgi.Controller): - """The volume metadata API controller for the OpenStack API.""" + """The snapshot metadata API controller for the OpenStack API.""" def __init__(self): self.volume_api = volume.API()