Merge "Add dependency on OVNMacAddressNetwork for role ResourceGroup" into stable/victoria

This commit is contained in:
Zuul 2021-05-29 02:39:20 +00:00 committed by Gerrit Code Review
commit 91c45a881e
1 changed files with 3 additions and 1 deletions

View File

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