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:
Saravanan KR 2017-05-03 10:19:57 -04:00
parent 14276d79af
commit 553b95da51
2 changed files with 7 additions and 1 deletions

View File

@ -9,7 +9,7 @@ parameter_defaults:
#NeutronDpdkMemoryChannels: ""
NeutronDatapathType: "netdev"
NeutronVhostuserSocketDir: "/var/run/openvswitch"
NeutronVhostuserSocketDir: "/var/lib/vhost_sockets"
#NeutronDpdkSocketMemory: ""
#NeutronDpdkDriverType: "vfio-pci"

View File

@ -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).