mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-29 11:14:30 +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:
@@ -57,6 +57,7 @@
|
||||
- { role: security_group, tags: security_group }
|
||||
- { role: security_group_rule, tags: security_group_rule }
|
||||
- { role: server, tags: server }
|
||||
- { role: server_group, tags: server_group }
|
||||
- { role: server_metadata, tags: server_metadata }
|
||||
- { role: server_volume, tags: server_volume }
|
||||
- { role: stack, tags: stack }
|
||||
|
||||
Reference in New Issue
Block a user