
Depends-On: https://review.opendev.org/c/openstack/service-types-authority/+/955782 Depends-On: https://review.opendev.org/c/openstack/python-observabilityclient/+/955990 Change-Id: Iaf627921f56c38dd58100578d36033c74668f0ca Signed-off-by: Jaromir Wysoglad <jwysogla@redhat.com>
Enabling Aetos in DevStack |
Download DevStack:
git clone https://opendev.org/openstack/devstack.git cd devstack
Add this repo as an external repository in
local.conf
file:[[local|localrc]] enable_plugin aetos https://opendev.org/openstack/aetos
To use stable branches, make sure devstack is on that branch, and specify the branch name to enable_plugin, for example:
enable_plugin aetos https://opendev.org/openstack/aetos stable/2025.1
There are some options, defined in
aetos/devstack/settings
, they can be used to configure the installation of Aetos. If you don't want to use their default value, you can set a new one inlocal.conf
.Run
stack.sh
.