]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix docstring for snapshots API
authorTom Fifield <tom@openstack.org>
Thu, 26 Jun 2014 06:18:59 +0000 (14:18 +0800)
committerTom Fifield <tom@openstack.org>
Thu, 26 Jun 2014 06:20:22 +0000 (14:20 +0800)
commit0247469109a02c805ead501e0bb2756a66f08d9f
treecb45b94952c1c48a86850a17d36c9a73b180b589
parent9cc1422bfb28a3ea5aee1bcaab0fbdfa2d17f080
Fix docstring for snapshots API

For some reason, the snapshots controller class' introductory
docstring stated that it was the volume API controller.
This patch changes it to say:
"The Snapshots API controller for the OpenStack API."

Change-Id: I8c9827939bbc7acf93282db854a40501f3fea399
cinder/api/v1/snapshots.py
cinder/api/v2/snapshots.py