RETIRED, DevStack plugin to configure Sheepdog backend.
Go to file
MORITA Kazutaka f91a9971ab Add nosync option to sheep command line
No need to sync in the testing environment.

Change-Id: I1ba7d2ca2bbc59cd488f7a5f3c07474f5d619f1a
2015-04-10 00:35:09 +10:00
devstack Add nosync option to sheep command line 2015-04-10 00:35:09 +10:00
.gitignore Use tox for bashate testing 2015-02-12 02:11:39 +09:00
.gitreview Add .gitreview 2015-02-12 02:38:45 +09: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 Use tox for bashate testing 2015-02-12 02:11:39 +09: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