diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-07-12 17:38:54 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-07-12 17:38:54 +0000 |
commit | e9df98a8fb4105c9d039b071e951a3aabd8e9025 (patch) | |
tree | 9146fb2f3a2744a64bed783265b31be4b80e9cdb /environments | |
parent | 01e510b754a9bf37193af73e7f38770dd661683c (diff) | |
parent | e8e7c42c0198f9796d3e88cd4ab518fdd61b2e1a (diff) |
Merge "Composable Nuage Compute Plugin"
Diffstat (limited to 'environments')
-rw-r--r-- | environments/neutron-nuage-config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/environments/neutron-nuage-config.yaml b/environments/neutron-nuage-config.yaml index 9d739f0c..e157ae35 100644 --- a/environments/neutron-nuage-config.yaml +++ b/environments/neutron-nuage-config.yaml @@ -7,7 +7,7 @@ resource_registry: OS::TripleO::Services::ComputeNeutronOvsAgent: OS::Heat::None # Override the NeutronCorePlugin to use Nuage OS::TripleO::Services::NeutronCorePlugin: OS::TripleO::Services::NeutronCorePluginNuage - OS::TripleO::Services::ComputeNeutronCorePlugin: OS::Heat::None + OS::TripleO::Services::ComputeNeutronCorePlugin: ../puppet/services/neutron-compute-plugin-nuage.yaml parameter_defaults: NeutronNuageOSControllerIp: '0.0.0.0' |