Files
zaqar/devstack
Takashi Kajinami 4ebb48e6d5 devstack: Use global uwsgi
... following the global method.

Closes-Bug: #2126581
Change-Id: I1b409c8171a2cf67169ce547174a0b87c8c6f6c2
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
2025-10-04 11:51:34 +09:00
..
2025-10-04 11:51:34 +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