Merge "Modify vhost user socket directory's default value in environment file"

This commit is contained in:
Jenkins 2017-06-03 09:10:02 +00:00 committed by Gerrit Code Review
commit 14706c8e55
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).