e06a7cf139
It was deprecated some years ago by [1]. [1] https://review.opendev.org/628651 Change-Id: Ib7f11ef461b9a9b65eb2d342c6b635c98702d92c |
||
---|---|---|
.. | ||
upgrade | ||
plugin.sh | ||
README.rst | ||
settings |
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