zaqar/devstack
Takashi Kajinami b438cffeb5 Fix mongodb installation in Ubuntu 24.04
Ubuntu 24.04 is now used in Python 3.12 tests.

Change-Id: Ieefef02314b81888d49f08303926e5f6b90bd62a
2024-10-03 12:04:42 +00: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