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
This commit is contained in:
Rikimaru Honjo 2017-05-16 17:44:04 +09:00
parent 4b7c593d7a
commit 95947d63d7
1 changed files with 1 additions and 1 deletions

View File

@ -8,6 +8,6 @@
cat > local.conf
[[local|localrc]]
enable_plugin sheepdog https://github.com/stackforge/devstack-plugin-sheepdog
enable_plugin sheepdog https://github.com/openstack/devstack-plugin-sheepdog.git
3. run ``stack.sh``