diff options
author | Dan Radez <dradez@redhat.com> | 2016-03-29 15:15:44 -0400 |
---|---|---|
committer | Dan Radez <dradez@redhat.com> | 2016-03-30 01:32:06 +0000 |
commit | 2456bc1a53e0458e4652e0afe12a32409feb6ee5 (patch) | |
tree | 23c951a3035970437cc4cbe1ebd0ae2013b03466 /build | |
parent | 24de6a0c2bde4b4b21ff20d05fe2423930f68c1e (diff) |
Syntax updates to OOO network isolation file
- storage mgmt and storage were being update by the storage sed commands
- ext net had a double Ports:: in the line
Change-Id: I95cfdbced1e817e6e69805708b6b4e504abd8c43
Signed-off-by: Dan Radez <dradez@redhat.com>
Diffstat (limited to 'build')
-rw-r--r-- | build/network-environment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/network-environment.yaml b/build/network-environment.yaml index f9aa41c7..4c6923d4 100644 --- a/build/network-environment.yaml +++ b/build/network-environment.yaml @@ -19,7 +19,7 @@ resource_registry: OS::TripleO::Compute::Ports::InternalApiPort: /usr/share/openstack-tripleo-heat-templates/network/ports/noop.yaml OS::TripleO::Compute::Ports::StoragePort: /usr/share/openstack-tripleo-heat-templates/network/ports/noop.yaml OS::TripleO::Compute::Ports::TenantPort: /usr/share/openstack-tripleo-heat-templates/network/ports/noop.yaml - OS::TripleO::Compute::Ports::Ports::ExternalPort: /usr/share/openstack-tripleo-heat-templates/network/ports/external.yaml + OS::TripleO::Compute::Ports::ExternalPort: /usr/share/openstack-tripleo-heat-templates/network/ports/external.yaml # Port assignments for service virtual IPs for the controller role OS::TripleO::Controller::Ports::RedisVipPort: /usr/share/openstack-tripleo-heat-templates/network/ports/noop.yaml |