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

This commit is contained in:
Zuul 2021-05-30 09:54:39 +00:00 committed by Gerrit Code Review
commit 399d85f659
1 changed files with 3 additions and 1 deletions

View File

@ -728,7 +728,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}