Merge "Add dependency on OVNMacAddressNetwork for role ResourceGroup"

This commit is contained in:
Zuul 2021-04-22 21:54:09 +00:00 committed by Gerrit Code Review
commit f2295a09b4

View File

@ -805,7 +805,9 @@ resources:
{{role.name}}:
type: OS::Heat::ResourceGroup
depends_on: Networks
depends_on:
- Networks
- OVNMacAddressNetwork
update_policy:
batch_create:
max_batch_size: {get_param: NodeCreateBatchSize}