mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-28 02:34:30 +00:00
Update host_aggregate to be compatible with new sdk
- Change the implementation to use the proxy layer - Update the module to return an aggregate object - Adds a role to test the module Change-Id: I6a98ba8466863b41fc996855fd12cf9f3097abe0
This commit is contained in:
committed by
Jakob Meng
parent
dee39a71b6
commit
4ea2c5b50d
11
ci/roles/host_aggregate/defaults/main.yml
Normal file
11
ci/roles/host_aggregate/defaults/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
expected_fields:
|
||||
- availability_zone
|
||||
- created_at
|
||||
- deleted_at
|
||||
- hosts
|
||||
- id
|
||||
- is_deleted
|
||||
- metadata
|
||||
- name
|
||||
- updated_at
|
||||
- uuid
|
||||
Reference in New Issue
Block a user