devstack-plugin-sheepdog/README.rst
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

289 B

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