zaqar/devstack
Stephen Finucane 20d7c78fb6 devstack: Be tolerant of existing /etc/apt/sources.list.d dir
Otherwise installation fails on environments where this already exists
with:

  mkdir: cannot create directory ‘/etc/apt/sources.list.d’: File exists

Change-Id: I10ad400879ae047c6e6248237e980174e0ccb8a9
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2025-03-26 11:14:24 +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