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:
Alex Schultz 2017-09-21 16:11:36 -06:00
parent 715738eac8
commit 12d569297b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ resource_registry:
OS::TripleO::Network::InternalApi: ../network/internal_api.yaml
OS::TripleO::Network::StorageMgmt: ../network/storage_mgmt.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.
# To enable it, include environments/network-management.yaml
#OS::TripleO::Network::Management: ../network/management.yaml