openstack-python-openstackc.../openstackclient/volume/v2
whoami-rajat 4710cbeca6 Add test for creating volume from source
This patch adds a test to create a new volume from source.
We also include code changes to pass the right size i.e. either
size passed by the user via --size argument or the source volume
size. This case is already handled at the API layer[1] but it
helps being consistent with passing the right size value as in case
of creating a volume from snapshot or backup.

[1] 7c1a5ce7b1/cinder/api/v3/volumes.py (L381-L382)

Change-Id: Idc71636dad6bb678fe24f19b0836d2e9bd92d7d2
2022-11-23 14:20:06 +05:30
..
__init__.py Add support for volume v2 API 2015-05-30 11:26:14 -07:00
backup_record.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
consistency_group.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
consistency_group_snapshot.py Merge "Fix faulthy state argument choice" 2020-03-24 21:34:44 +00:00
qos_specs.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00
service.py translate all command help strings 2016-11-17 02:33:42 +00:00
volume.py Add test for creating volume from source 2022-11-23 14:20:06 +05:30
volume_backend.py Add volume backend pool list command 2018-10-09 15:56:58 -05:00
volume_backup.py Merge "Refactor "volume backup restore" command" 2022-06-20 15:19:56 +00:00
volume_host.py Add "volume host set" command 2016-11-25 05:21:00 +08:00
volume_snapshot.py Fix typos 2021-10-26 15:53:51 +02:00
volume_transfer_request.py volume: Add 'volume transfer request create --(no-)snapshots' option 2021-07-13 20:33:35 +01:00
volume_type.py Replace six.iteritems() with .items() 2020-01-09 18:41:29 +09:00