
... to reduce own logic in our devstack plugin. Note that this adds apache web server in front of zaqar-api run by uwsgi, following the standard architecture in devstack. Change-Id: I0e7f48c8568fe461304e6e39d9f61c4268154a6f
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