mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 15:31:03 +00:00
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]
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| backup_record.py | ||
| consistency_group.py | ||
| consistency_group_snapshot.py | ||
| qos_specs.py | ||
| service.py | ||
| volume.py | ||
| volume_backend.py | ||
| volume_backup.py | ||
| volume_host.py | ||
| volume_snapshot.py | ||
| volume_transfer_request.py | ||
| volume_type.py | ||