Files
zaqar/devstack
Takashi Kajinami 5a8e6e905d Avoid mkdir error caused by the existing directory
Change-Id: I9d15355d90df27264c4767c6495f4837aedddd1a
2025-06-04 00:04:05 +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