zaqar/devstack
ghanshyam 3a6dd41666 Remove use of unsupported TEMPEST_SERVICES variable
TEMPEST_SERVICES global variable is not supported
by devstack since long back.
- I380dd20e5ed716a0bdf92aa02c3730359b8136e4
- I9c24705e494689f09a885eb0a640efd50db33fcf

Service availability of tempest known services will be
set by devstack with local check.
- I02be777bf93143d946ccbb8e9eff637bfd1928d4

This commit removes the unused TEMPEST_SERVICES setting
Related-Bug: #1743688

Change-Id: Iee8b10716efc6d48e97a3bcf3dafcc722239b2e3
2018-01-23 16:26:29 +03: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
plugin.sh Policy in code: Update the related doc 2017-11-16 09:30:55 +00:00
README.rst update devstack README.rst with more info 2017-12-03 21:17:05 +00:00
settings Remove use of unsupported TEMPEST_SERVICES variable 2018-01-23 16:26:29 +03:00

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