summaryrefslogtreecommitdiff
path: root/openstackclient/volume/v2/backup.py
Commit message (Collapse)AuthorAgeFilesLines
* Make snapshot and backup name optionalIvan Kolodyazhny2016-04-061-1/+0
| | | | | | | Cinder does not require snapshot and backup name. These arguments are optional. Change-Id: I05d59efc9642205a25684bf0b77758328296d959
* log take_action parameters in a single placeAkihiro Motoki2016-02-021-23/+5
| | | | | | | | | | | | Previously each command logs take_action parameters explicitly by using @utils.log_method decorator or log.debug(). Some commands have no logging. This commit calls a logger in the base class and drops all logging definition from individual commands. Closes-Bug: #1532294 Change-Id: I43cd0290a4353c68c075bade9571c940733da1be
* Trivial: Remove useless return from files in image and volumeTang Chen2015-12-181-1/+0
| | | Change-Id: I3526ecd202d0908d91305a066ad72d03cee794b5
* Add support for volume backup v2 commandAmey Bhide2015-06-041-0/+132
| | | | | | | | | openstack backup create openstack backup list openstack backup restore Implements: blueprint volume-v2 Change-Id: I77965730065dd44f256c46bcc43c1e6a03b63145
* Add support for volume v2 APIAmey Bhide2015-05-301-0/+70
Added following commands for volume V2 API: volume show volume delete volume type show volume type delete snapshot show snapshot delete backup show backup delete Implements: blueprint volume-v2 Change-Id: I68bd303c194f304ad15f899d335b72a8bf3ebe10