mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-14 05:22:02 +00:00
Updates server_group for 2.0.0
Replaces the policies argument with policy. The policies attribute is ancient and was superceded by policy a long time ago[0][1]. Since policy and policies differ in type, we can't simply alias these and had to drop policies to keep the implementation small. [0] https://docs.openstack.org/nova/latest/reference/api-microversion-history.html#id59 [1] https://docs.openstack.org/api-ref/compute/#create-server-group Change-Id: Icd658fb179ca0a96276b033130b9dddfedd84236
This commit is contained in:
11
ci/roles/server_group/defaults/main.yml
Normal file
11
ci/roles/server_group/defaults/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
expected_fields:
|
||||
- id
|
||||
- name
|
||||
- policy
|
||||
- policies
|
||||
- member_ids
|
||||
- metadata
|
||||
- project_id
|
||||
- rules
|
||||
- user_id
|
||||
|
||||
Reference in New Issue
Block a user