Merge "Environment to disable Neutron networks"
This commit is contained in:
commit
96f5adfdc7
12
environments/networks-disable.j2.yaml
Normal file
12
environments/networks-disable.j2.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
# Disable the creation of Neutron networks
|
||||
# This can be useful if you want to create two stacks along side of each
|
||||
# other. The first stack (doesn't use this environment) and creates
|
||||
# all of the Neutron networks. The second stack suppresses the
|
||||
# creation of Networks and shares the same network spaces.
|
||||
resource_registry:
|
||||
|
||||
{%- for network in networks %}
|
||||
OS::TripleO::Network::{{network.name}}: OS::Heat::None
|
||||
{%- endfor %}
|
||||
|
||||
#FIXME: probably also want to suppress creation of overcloud.yaml VIPs as well
|
Loading…
Reference in New Issue
Block a user