
This reverts commit 5a7636786ec4cc8bdf490c11b94b52f377edebb3. Reason for revert: We do not handle href links properly and this breaks other services depending on Zaqar. Change-Id: I5fb0f2f25c280dd69cfb99d9f9b320df552462dc
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