Edit environments/ovs-hw-offload.yaml file.

Changing NovaPCIPassthrough parameter to be as a default parameter
not a role parameter

Change-Id: I78335ef1798ef73e81b1283e53c80273b41e3c2c
This commit is contained in:
waleed mousa 2018-06-07 03:06:10 -04:00
parent 58cb630f75
commit aaafe82145
1 changed files with 3 additions and 3 deletions

View File

@ -9,6 +9,9 @@ parameter_defaults:
NovaSchedulerDefaultFilters: ['RetryFilter','AvailabilityZoneFilter','RamFilter','ComputeFilter','ComputeCapabilitiesFilter','ImagePropertiesFilter','ServerGroupAntiAffinityFilter','ServerGroupAffinityFilter','PciPassthroughFilter']
NovaSchedulerAvailableFilters: ["nova.scheduler.filters.all_filters","nova.scheduler.filters.pci_passthrough_filter.PciPassthroughFilter"]
#NovaPCIPassthrough:
# - devname: "ens3f0"
# physical_network: null
# Kernel arguments for ComputeSriov node
ComputeSriovParameters:
@ -19,6 +22,3 @@ parameter_defaults:
# Mapping of SR-IOV PF interface to neutron physical_network.
# In case of Vxlan/GRE physical_network should be null.
# In case of flat/vlan the physical_network should as configured in neutron.
#NovaPCIPassthrough:
# - devname: "ens3f0"
# physical_network: null