mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-03-26 21:43:02 +00:00
Merge "fix: subnet module: allow cidr option with subnet_pool"
This commit is contained in:
@@ -321,7 +321,7 @@ class SubnetModule(OpenStackModule):
|
||||
('cidr', 'use_default_subnet_pool', 'subnet_pool'), True),
|
||||
],
|
||||
mutually_exclusive=[
|
||||
('cidr', 'use_default_subnet_pool', 'subnet_pool')
|
||||
('use_default_subnet_pool', 'subnet_pool')
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user