diff options
author | 2017-04-03 16:32:53 -0400 | |
---|---|---|
committer | 2017-05-03 17:01:08 -0400 | |
commit | 37a8eaff4c8516ed58c7b9789d5b8bd33948c155 (patch) | |
tree | baf3ad46aae86b52e010374c67c693cd9ef8e84e /environments | |
parent | f907ee34acdcb756b7c82c208f11fcb8678a54a9 (diff) |
Addition of firewall rules for Nuage
Added VxLAN and metadata agent firewall rules to neutron-compute-plugin
for Nuage. Removed a deprecated parameter 'OSControllerIp' as well.
Change-Id: If10c300db48c66b9ebeaf74b5f5fee9132e75366
(cherry picked from commit d5309c9443cbfe50ba5e7c15f025393a58b0804c)
Diffstat (limited to 'environments')
-rw-r--r-- | environments/neutron-nuage-config.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/environments/neutron-nuage-config.yaml b/environments/neutron-nuage-config.yaml index 74899246..601554a1 100644 --- a/environments/neutron-nuage-config.yaml +++ b/environments/neutron-nuage-config.yaml @@ -10,7 +10,6 @@ resource_registry: OS::TripleO::Services::ComputeNeutronCorePlugin: ../puppet/services/neutron-compute-plugin-nuage.yaml parameter_defaults: - NeutronNuageOSControllerIp: '0.0.0.0' NeutronNuageNetPartitionName: 'default_name' NeutronNuageVSDIp: '0.0.0.0:0' NeutronNuageVSDUsername: 'username' |