3a6dd41666
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 |
||
---|---|---|
.. | ||
gate | ||
upgrade | ||
plugin.sh | ||
README.rst | ||
settings |
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