Merge "Disable postcopy for ovn/ovs-dpdk"
This commit is contained in:
commit
087a703fe1
@ -5,3 +5,5 @@ resource_registry:
|
||||
|
||||
parameter_defaults:
|
||||
NeutronVhostuserSocketDir: /var/lib/vhost_sockets
|
||||
# Disable postcopy for dpdk for now, further details see https://bugzilla.redhat.com/show_bug.cgi?id=1986567
|
||||
NovaLiveMigrationPermitPostCopy: False
|
||||
|
@ -9,4 +9,5 @@ parameter_defaults:
|
||||
NovaSchedulerEnabledFilters: "ComputeFilter,AvailabilityZoneFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,NUMATopologyFilter"
|
||||
OvsDpdkDriverType: "vfio-pci"
|
||||
NeutronPluginExtensions: "qos,port_security"
|
||||
|
||||
# Disable postcopy for dpdk for now, further details see https://bugzilla.redhat.com/show_bug.cgi?id=1986567
|
||||
NovaLiveMigrationPermitPostCopy: False
|
||||
|
Loading…
Reference in New Issue
Block a user