zaqar/devstack
2024-12-31 18:49:35 +00:00
..
upgrade Merge "Use common helper to generate uwsgi setting" 2024-12-31 18:49:35 +00:00
plugin.sh Merge "Use common helper to generate uwsgi setting" 2024-12-31 18:49:35 +00:00
README.rst update devstack README.rst with more info 2017-12-03 21:17:05 +00:00
settings Use common helper to generate uwsgi setting 2024-11-25 23:37:17 +09: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