aboutsummaryrefslogtreecommitdiffstats
path: root/environments/neutron-opencontrail.yaml
diff options
context:
space:
mode:
authorJames Slagle <jslagle@redhat.com>2016-05-17 17:14:58 -0400
committerJames Slagle <jslagle@redhat.com>2016-05-17 17:14:58 -0400
commit9223f5d2613102505a02334300134190527f1d9f (patch)
treea772de9146c2b2c863005716c49109c35886c3b5 /environments/neutron-opencontrail.yaml
parentaeb9482f4b1ec9d78dc3ac44ee3c0b180cd27574 (diff)
Move dhcp agent maps to OS::Heat::None to resource_registry
Change Id Ia61295943e67efe354a51a26fe4540f288ff6ede added support for composable Neutron dhcp agent services. However in the sample environments for OpenContrail and Plumgrid where dhcp agent is disabled, the mapping for OS::Heat::None was under parameter_defaults instead of resource_registry. Change-Id: I0aedbbc3720783d4208d524cd28c7eed4fc5d1d7
Diffstat (limited to 'environments/neutron-opencontrail.yaml')
-rw-r--r--environments/neutron-opencontrail.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/environments/neutron-opencontrail.yaml b/environments/neutron-opencontrail.yaml
index c9bd98bb..c9d918f9 100644
--- a/environments/neutron-opencontrail.yaml
+++ b/environments/neutron-opencontrail.yaml
@@ -3,11 +3,11 @@
resource_registry:
OS::TripleO::ControllerExtraConfigPre: ../puppet/extraconfig/pre_deploy/controller/neutron-opencontrail.yaml
OS::TripleO::ComputeExtraConfigPre: ../puppet/extraconfig/pre_deploy/compute/neutron-opencontrail.yaml
+ OS::TripleO::Services::NeutronDhcpAgent: OS::Heat::None
parameter_defaults:
NeutronCorePlugin: neutron_plugin_contrail.plugins.opencontrail.contrail_plugin.NeutronPluginContrailCoreV2
NeutronServicePlugins: neutron_plugin_contrail.plugins.opencontrail.loadbalancer.plugin.LoadBalancerPlugin
- OS::TripleO::Services::NeutronDhcpAgent: OS::Heat::None
NeutronEnableL3Agent: false
NeutronEnableMetadataAgent: false
NeutronEnableOVSAgent: false