Merge "fix: subnet module: allow cidr option with subnet_pool"

This commit is contained in:
Zuul
2024-04-08 14:40:10 +00:00
committed by Gerrit Code Review
3 changed files with 107 additions and 1 deletions

View File

@@ -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')
]
)