aboutsummaryrefslogtreecommitdiffstats
path: root/environments
diff options
context:
space:
mode:
authorMoshe Levi <moshele@mellanox.com>2017-08-13 08:46:12 +0300
committerMoshe Levi <moshele@mellanox.com>2017-08-13 08:46:16 +0300
commitec50292726b7dcaf846d7e5eaf5f7472262d642a (patch)
treee5a12f67a0cba7fb727a540a40569bcb42ae6307 /environments
parent03a4abac4ea7cfa7acc545a771e41d0ceda8b237 (diff)
change sriovnicswitch to be first with openvswitch
In commit I77650be5f04775a72e2bdf694f93988825a84b72 neutron ovs mechanism driver can bind direct port with ovs SR-IOV hardware offload feature. currently both feature can't co-exist together. To allow ovs and sriovnicswitch to still work together, sriovnicswitch should be before openvswitch. Change-Id: Id19d65715d40d64f041bfe219afff98876fd7766
Diffstat (limited to 'environments')
-rwxr-xr-xenvironments/neutron-sriov.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/environments/neutron-sriov.yaml b/environments/neutron-sriov.yaml
index 5e9e15e3..591e2260 100755
--- a/environments/neutron-sriov.yaml
+++ b/environments/neutron-sriov.yaml
@@ -3,7 +3,7 @@ resource_registry:
OS::TripleO::Services::NeutronSriovAgent: ../puppet/services/neutron-sriov-agent.yaml
parameter_defaults:
- NeutronMechanismDrivers: ['openvswitch','sriovnicswitch']
+ NeutronMechanismDrivers: ['sriovnicswitch', 'openvswitch']
# Add PciPassthroughFilter to the scheduler default filters
#NovaSchedulerDefaultFilters: ['RetryFilter','AvailabilityZoneFilter','RamFilter','ComputeFilter','ComputeCapabilitiesFilter','ImagePropertiesFilter','ServerGroupAntiAffinityFilter','ServerGroupAffinityFilter','PciPassthroughFilter']