Modify vhost user socket directory's default value in environment file
From ocata, the vhost socket directory requires a different set of permissions from the default directory (/var/run/openvswitch). Modifying the directory to a new agreed directory which will be created in puppet. Closes-Bug: #1687993 Depends-On: I255f98c40869e7508ed01a03a96294284ecdc6a8 Change-Id: I77250ca84c9da2fb5a8381e6f60234f8a05cbf12
This commit is contained in:
parent
14276d79af
commit
553b95da51
@ -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