Files
2026-02-20 04:09:35 +00:00
..
2026-01-14 23:57:58 +09:00
2026-01-14 23:57:58 +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://opendev.org/openstack/zaqar
END

3. Run devstack

cd /opt/stack/devstack
./stack.sh