aboutsummaryrefslogtreecommitdiffstats
path: root/environments/neutron-opendaylight-dpdk.yaml
diff options
context:
space:
mode:
authorItzik Brown <itzikb@redhat.com>2017-08-09 11:00:35 +0300
committerTim Rozet <trozet@redhat.com>2017-09-08 14:48:02 +0000
commit3b6b741f30c0809369b448c78937e9e9a792c64b (patch)
tree281a80f9804efa53c1a54b364c8a21d58da70be2 /environments/neutron-opendaylight-dpdk.yaml
parent896517755b917a5018e6529100d2cda5487a35d9 (diff)
Disables QoS with OpenDaylight deployments
QoS is not fully supported and fails to load correctly with networking-odl. Therefore disabling it from Neutron extension drivers until we have it fully working. Change-Id: I89aa3628c1400305f9659f5c0c99942a7fa7d19e Closes-Bug: 1708131 (cherry picked from commit cfd0d185a93ac2922e233e268a32c3574bee37bf)
Diffstat (limited to 'environments/neutron-opendaylight-dpdk.yaml')
-rw-r--r--environments/neutron-opendaylight-dpdk.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/environments/neutron-opendaylight-dpdk.yaml b/environments/neutron-opendaylight-dpdk.yaml
index 236b2fb9..0d598980 100644
--- a/environments/neutron-opendaylight-dpdk.yaml
+++ b/environments/neutron-opendaylight-dpdk.yaml
@@ -9,8 +9,9 @@ resource_registry:
parameter_defaults:
NeutronEnableForceMetadata: true
+ NeutronPluginExtensions: 'port_security'
NeutronMechanismDrivers: 'opendaylight_v2'
- NeutronServicePlugins: 'odl-router_v2'
+ NeutronServicePlugins: 'odl-router_v2,trunk'
NovaSchedulerDefaultFilters: "RamFilter,ComputeFilter,AvailabilityZoneFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,NUMATopologyFilter"
OpenDaylightSNATMechanism: 'controller'