zaqar/devstack
Dirk Mueller 179a08d604 Remove setting of DEVSTACK_GATE_EXERCISES
This defaults to 0 anyway, and is being removed as the devstack
excercises are being removed. see https://review.openstack.org/#/c/581377/

Change-Id: I3b8db07fd20a706d191b4d1c58911286bff17f09
2018-07-17 10:38:14 +02:00
..
gate Remove setting of DEVSTACK_GATE_EXERCISES 2018-07-17 10:38:14 +02: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