Fix Tenant network declaration
Previously the network-isoloation-no-tunneling.yaml environment file was improperly referencing a non-existant noop.yaml for networks. This change updates it to reference OS::Heat::None which is the correct setting for this configuration. In newer versions this was converted to a jinja2 template file due to the composable network effort. Change-Id: Ia12763ea58b00c8c6a66a929f51731d53e8a4561 Closes-Bug: #1718797
This commit is contained in:
parent
715738eac8
commit
12d569297b
@ -8,7 +8,7 @@ resource_registry:
|
|||||||
OS::TripleO::Network::InternalApi: ../network/internal_api.yaml
|
OS::TripleO::Network::InternalApi: ../network/internal_api.yaml
|
||||||
OS::TripleO::Network::StorageMgmt: ../network/storage_mgmt.yaml
|
OS::TripleO::Network::StorageMgmt: ../network/storage_mgmt.yaml
|
||||||
OS::TripleO::Network::Storage: ../network/storage.yaml
|
OS::TripleO::Network::Storage: ../network/storage.yaml
|
||||||
OS::TripleO::Network::Tenant: ../network/noop.yaml
|
OS::TripleO::Network::Tenant: OS::Heat::None
|
||||||
# Management network is optional and disabled by default.
|
# Management network is optional and disabled by default.
|
||||||
# To enable it, include environments/network-management.yaml
|
# To enable it, include environments/network-management.yaml
|
||||||
#OS::TripleO::Network::Management: ../network/management.yaml
|
#OS::TripleO::Network::Management: ../network/management.yaml
|
||||||
|
Loading…
Reference in New Issue
Block a user