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:
parent
4b7c593d7a
commit
95947d63d7
@ -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``
|
||||
|
Loading…
Reference in New Issue
Block a user