zaqar/devstack
melissaml 7b8776e483 Update auth_uri option to www_authenticate_uri
Option auth_uri from group keystone_authtoken is deprecated[1].
Use option www_authenticate_uri from group keystone_authtoken.

[1]https://review.openstack.org/#/c/508522/

Change-Id: Ieff5b69018e3824074b5a528a7b9d2a00dd7fb2e
2018-04-18 19:15:13 +08:00
..
gate Merge "Remove bundled intree tempest plugin from Zaqar" 2017-11-10 01:46:42 +00:00
upgrade Update auth_uri option to www_authenticate_uri 2018-04-18 19:15:13 +08:00
README.rst update devstack README.rst with more info 2017-12-03 21:17:05 +00:00
plugin.sh Update auth_uri option to www_authenticate_uri 2018-04-18 19:15:13 +08:00
settings Remove use of unsupported TEMPEST_SERVICES variable 2018-01-23 16:26:29 +03:00

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