
Current devstack uses systemd for running processes.[1] As a result, path of process should be specified as full path. So this patch fixes specifying path. [1]https://docs.openstack.org/developer/devstack/systemd.html Change-Id: I0742a8f746a7ba7a3394e9e3bb5ab3a7ba857e04 Closes-Bug: #1691066
Enabling in Devstack
Download DevStack
Add this repo as an external repository:
cat > local.conf [[local|localrc]] enable_plugin sheepdog https://github.com/stackforge/devstack-plugin-sheepdog
run
stack.sh
Description