diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-08-22 10:27:44 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-08-22 10:27:44 +0000 |
commit | 5a07c388f127db999f74d7a40ee5a439e7ab40ae (patch) | |
tree | 99e216d97073393a0da9caff61c819212236c99c /environments | |
parent | 23286bb63e015931ec723e747d718a302fbfafbe (diff) | |
parent | ec50292726b7dcaf846d7e5eaf5f7472262d642a (diff) |
Merge "change sriovnicswitch to be first with openvswitch"
Diffstat (limited to 'environments')
-rwxr-xr-x | environments/neutron-sriov.yaml | 2 |
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'] |