mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-28 18:54:29 +00:00
Refactor server_volume to be compatible with openstacksdk>=0.99.0
Change-Id: Id636bc5de1acb59ad8587cd6c7181e022097cfe7
This commit is contained in:
32
ci/roles/server_volume/defaults/main.yml
Normal file
32
ci/roles/server_volume/defaults/main.yml
Normal file
@@ -0,0 +1,32 @@
|
||||
expected_fields:
|
||||
- attachments
|
||||
- availability_zone
|
||||
- consistency_group_id
|
||||
- created_at
|
||||
- description
|
||||
- extended_replication_status
|
||||
- group_id
|
||||
- host
|
||||
- id
|
||||
- image_id
|
||||
- is_bootable
|
||||
- is_encrypted
|
||||
- metadata
|
||||
- migration_id
|
||||
- migration_status
|
||||
- name
|
||||
- project_id
|
||||
- replication_driver_data
|
||||
- replication_status
|
||||
- scheduler_hints
|
||||
- size
|
||||
- snapshot_id
|
||||
- source_volume_id
|
||||
- status
|
||||
- updated_at
|
||||
- user_id
|
||||
- volume_image_metadata
|
||||
- volume_type
|
||||
flavor: m1.tiny
|
||||
server_name: ansible_server
|
||||
server_network: private
|
||||
Reference in New Issue
Block a user