zaqar/devstack
Erik Olof Gunnar Andersson 4585b84224 Revert "Refactor Zaqar to satisfy openstack uwsgi goal"
This reverts commit 5a7636786e.

Reason for revert: We do not handle href links properly and this breaks other services depending on Zaqar.

Change-Id: I5fb0f2f25c280dd69cfb99d9f9b320df552462dc
2023-03-27 15:54:51 +00:00
..
upgrade Native Zuul v3 version of the grenade jobs 2020-08-23 20:06:05 +02:00
plugin.sh Revert "Refactor Zaqar to satisfy openstack uwsgi goal" 2023-03-27 15:54:51 +00:00
README.rst update devstack README.rst with more info 2017-12-03 21:17:05 +00:00
settings Revert "Refactor Zaqar to satisfy openstack uwsgi goal" 2023-03-27 15:54:51 +00: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