zaqar/devstack
anilkumarthovi d77b763384 update devstack README.rst with more info
Change-Id: I684f71928fc4dcccf50c0dd5b0003b8293aa80e3
2017-12-03 21:17:05 +00:00
..
gate Merge "Remove bundled intree tempest plugin from Zaqar" 2017-11-10 01:46:42 +00:00
upgrade Fix gate-grenade jenkins failure 2017-09-19 06:43:17 +00:00
README.rst update devstack README.rst with more info 2017-12-03 21:17:05 +00:00
plugin.sh Policy in code: Update the related doc 2017-11-16 09:30:55 +00:00
settings Remove bundled intree tempest plugin from Zaqar 2017-10-26 13:03:23 +05:30

README.rst

Zaqar

Enabling in Devstack

1. Download DevStack

For more info on devstack installation follow the below link:

https://docs.openstack.org/devstack/latest/

2. Add this repo as an external repository

cat > /opt/stack/devstack/local.conf << END
[[local|localrc]]
enable_plugin zaqar https://git.openstack.org/openstack/zaqar
END

3. Run devstack

cd /opt/stack/devstack
./stack.sh