Merge "Refactor OVNMacAddressNetwork"

This commit is contained in:
Zuul 2020-10-08 14:15:50 +00:00 committed by Gerrit Code Review
commit a8582f6995
2 changed files with 3 additions and 3 deletions

View File

@ -21,9 +21,6 @@ resources:
type: OS::TripleO::Network::{{network.name}}
{%- endfor %}
OVNMacAddressNetwork:
type: OS::TripleO::OVNMacAddressNetwork
NetworkExtraConfig:
type: OS::TripleO::Network::ExtraConfig

View File

@ -972,6 +972,9 @@ resources:
properties:
CtlplaneNetworkCidrs: {get_attr: [ControlVirtualIP, network, tags]}
OVNMacAddressNetwork:
type: OS::TripleO::OVNMacAddressNetwork
{%- for role in roles %}
{{role.name}}GroupVars:
type: OS::Heat::Value