Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Add dependency on OVNMacAddressNetwork for role ResourceGroup"…
Browse files Browse the repository at this point in the history
… into stable/victoria
  • Loading branch information
Zuul authored and openstack-gerrit committed May 29, 2021
2 parents 6ca4327 + 0eaa748 commit 91c45a8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion overcloud.j2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,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}
Expand Down

0 comments on commit 91c45a8

Please sign in to comment.