mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-03-26 21:43:02 +00:00
This module introduces the ability to use the cinder manage and unmanage of an existing volume on a cinder backend. Due to API limitations, when unmanaging a volume, only the volume ID can be provided. Change-Id: If969f198864e6bd65dbb9fce4923af1674da34bc
33 lines
578 B
YAML
33 lines
578 B
YAML
test_volume: ansible_test_volume
|
|
managed_volume: managed_test_volume
|
|
expected_fields:
|
|
- attachments
|
|
- availability_zone
|
|
- consistency_group_id
|
|
- created_at
|
|
- updated_at
|
|
- description
|
|
- extended_replication_status
|
|
- group_id
|
|
- host
|
|
- image_id
|
|
- is_bootable
|
|
- is_encrypted
|
|
- is_multiattach
|
|
- migration_id
|
|
- migration_status
|
|
- project_id
|
|
- replication_driver_data
|
|
- replication_status
|
|
- scheduler_hints
|
|
- size
|
|
- snapshot_id
|
|
- source_volume_id
|
|
- status
|
|
- user_id
|
|
- volume_image_metadata
|
|
- volume_type
|
|
- id
|
|
- name
|
|
- metadata
|