RETIRED, DevStack plugin to configure Sheepdog backend.
Go to file
Rikimaru Honjo ba843990c9 Fix plugin for systemd
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
2017-05-16 18:58:32 +09:00
devstack Fix plugin for systemd 2017-05-16 18:58:32 +09:00
.gitignore Use tox for bashate testing 2015-02-12 02:11:39 +09:00
.gitreview Add support for Glance backend 2016-05-26 10:17:31 +00:00
LICENSE.md Add support for Sheepdog cluster setup 2015-02-10 03:28:51 +09:00
README.rst Rename README.md to README.rst 2015-02-18 04:26:07 +09:00
tox.ini Fix for tox 2.x 2016-05-27 05:54:53 +00:00

README.rst

Enabling in Devstack

  1. Download DevStack

  2. Add this repo as an external repository:

    cat > local.conf
    [[local|localrc]]
    enable_plugin sheepdog https://github.com/stackforge/devstack-plugin-sheepdog
  3. run stack.sh