Merge "Modify vhost user socket directory's default value in environment file"
This commit is contained in:
commit
14706c8e55
@ -9,7 +9,7 @@ parameter_defaults:
|
||||
#NeutronDpdkMemoryChannels: ""
|
||||
|
||||
NeutronDatapathType: "netdev"
|
||||
NeutronVhostuserSocketDir: "/var/run/openvswitch"
|
||||
NeutronVhostuserSocketDir: "/var/lib/vhost_sockets"
|
||||
|
||||
#NeutronDpdkSocketMemory: ""
|
||||
#NeutronDpdkDriverType: "vfio-pci"
|
||||
|
@ -0,0 +1,6 @@
|
||||
---
|
||||
issues:
|
||||
- Modify ``NeutronVhostuserSocketDir`` to a seprate directory in the DPDK
|
||||
environment file. A different set of permission is required for creating
|
||||
vhost sockets when the vhost type is dpdkvhostuserclient (which is default
|
||||
from ocata).
|
Loading…
Reference in New Issue
Block a user