Change-Id: I8227c79c35688da03f5b850daec3215d7c79b2a6
Closes-Bug: #
1258000
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()
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()