summaryrefslogtreecommitdiff
path: root/openstackclient/volume/v2/consistency_group.py
Commit message (Expand)AuthorAgeFilesLines
* Blacken openstackclient.volumeStephen Finucane2023-05-101-51/+90
* volume: Remove duplication from 'consistency group create' optsStephen Finucane2023-02-141-13/+32
* Replace six.iteritems() with .items()lihaijing2020-01-091-3/+2
* Use cliff formattable columns in volume v2 commandsAkihiro Motoki2019-06-221-1/+2
* Add two consistency group commandszhiyong.dai2016-12-131-0/+92
* Merge "Add "consistency group set" command"Jenkins2016-12-081-1/+38
|\
| * Add "consistency group set" commandzhiyong.dai2016-12-061-1/+38
* | Merge "Adjust the code sequence in consistency_group.py"Jenkins2016-12-081-45/+42
|\ \
| * | Adjust the code sequence in consistency_group.pyzhiyong.dai2016-12-041-45/+42
| |/
* | Add "consistency-group-snapshot" option to consistency group createHuanxuan Ao2016-12-071-6/+17
|/
* Add "consistency group show" commanddaizhiyong2016-12-021-0/+21
* Add "consistency group delete" commandzhiyong.dai2016-12-021-0/+45
* Add "consistency group create" commandHuanxuan Ao2016-11-171-0/+77
* translate all command help strings3.4.0Steve Martinelli2016-11-171-1/+1
* Implement "consistency group list" commandHuanxuan Ao2016-09-281-0/+57