aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-08-22 10:27:44 +0000
committerGerrit Code Review <review@openstack.org>2017-08-22 10:27:44 +0000
commit5a07c388f127db999f74d7a40ee5a439e7ab40ae (patch)
tree99e216d97073393a0da9caff61c819212236c99c
parent23286bb63e015931ec723e747d718a302fbfafbe (diff)
parentec50292726b7dcaf846d7e5eaf5f7472262d642a (diff)
Merge "change sriovnicswitch to be first with openvswitch"
-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']