From 62617e656fe5895de30ce55971b07680f7b0a6b2 Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Thu, 5 Dec 2013 10:14:16 +0800 Subject: [PATCH] Fix docstring for snapshot_metadata controller Change-Id: I8227c79c35688da03f5b850daec3215d7c79b2a6 Closes-Bug: #1258000 --- cinder/api/v1/snapshot_metadata.py | 2 +- cinder/api/v2/snapshot_metadata.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() -- 2.45.2