aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/neutron-plugin-ml2-odl.yaml
diff options
context:
space:
mode:
authorItzik Brown <itzikb@redhat.com>2017-07-20 14:36:26 +0300
committerTim Rozet <trozet@redhat.com>2017-07-27 16:20:51 -0400
commit52e8df6614e77641fff4f424084f1bf680109317 (patch)
treeb4c7c46f2525e8a1ea01da1998d42898b8a2d8fe /puppet/services/neutron-plugin-ml2-odl.yaml
parenta34955d45135dc66477f2f162e76f9183762dd96 (diff)
Changing the default port-binding configuration
networking-odl no longer supports the network-topology port binding controller and instead now relies on a pseudo-agent binding controller. This means that each OVS node must be configured with host configuration in OVSDB about which VIF types, network types, functions, etc that this OVS node supports. The end result is this affects where nova and neutron will schedule instances. Changes Include: - Modifying default port binding controller to use pseudo agent - Adds necessary per role parameters to be able to configure host config on a per role basis to allow for heterogenous compute node configurations. Change-Id: I50458abf6a8a6bf724ad97accb6444d9c497d287 Closes-Bug: 1674995 Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'puppet/services/neutron-plugin-ml2-odl.yaml')
-rw-r--r--puppet/services/neutron-plugin-ml2-odl.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/neutron-plugin-ml2-odl.yaml b/puppet/services/neutron-plugin-ml2-odl.yaml
index cc4cd8f4..68bba110 100644
--- a/puppet/services/neutron-plugin-ml2-odl.yaml
+++ b/puppet/services/neutron-plugin-ml2-odl.yaml
@@ -33,7 +33,7 @@ parameters:
OpenDaylightPortBindingController:
description: OpenDaylight port binding controller
type: string
- default: 'network-topology'
+ default: 'pseudo-agentdb-binding'
resources: