RETIRED, DevStack plugin to configure Sheepdog backend.
Go to file
Rikimaru Honjo 95947d63d7 Fix repository uri in README.rst
devstack-plugin-sheepdog repository uri was wrriten as following
in README.rst until now:

  https://github.com/stackforge/devstack-plugin-sheepdog

But current uri is following one:

  https://github.com/openstack/devstack-plugin-sheepdog.git

So this patch fix the uri describe.

Change-Id: I09e338724c09648cd73c9428bf88f038b63042b4
2017-05-17 07:04:42 +00:00
devstack Disable cinder backup 2017-05-17 05:20:12 +00: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 Fix repository uri in README.rst 2017-05-17 07:04:42 +00:00
tox.ini Fix for tox 2.x 2016-05-27 05:54:53 +00:00

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/openstack/devstack-plugin-sheepdog.git
  3. run stack.sh