Skip to content

Commit

Permalink
Fix docstring for snapshot_metadata controller
Browse files Browse the repository at this point in the history
Change-Id: I8227c79c35688da03f5b850daec3215d7c79b2a6
Closes-Bug: #1258000
  • Loading branch information
huangtianhua committed Dec 5, 2013
1 parent e99cd78 commit 62617e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cinder/api/v1/snapshot_metadata.py
Expand Up @@ -25,7 +25,7 @@


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()
Expand Down
2 changes: 1 addition & 1 deletion cinder/api/v2/snapshot_metadata.py
Expand Up @@ -25,7 +25,7 @@


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

0 comments on commit 62617e6

Please sign in to comment.