Files
Sean Mooney f76b0e7304 rely on devstack to install uwsgi
installation of uwsgi from pypi is flaky
as the compilation of the uwsgi c module sometimes
fails for non determinisic reasons.

Devstack already will install uwsgi for us and
it will prefer to use the distro package if possible avoiding
the need to compile it in the job. this is both faster and
more reliable reducing rechecks.

Closes-Bug: #2126581
Change-Id: I5048360c698d0c60c1e61f9a1163cfaac3961b6b
Signed-off-by: Sean Mooney <work@seanmooney.info>
2025-10-06 11:59:18 +01:00
..
2025-10-06 11:59:18 +01:00
2025-04-25 06:27:32 +00:00
2025-04-25 06:27:32 +00:00

Enabling Aetos in DevStack
  1. Download DevStack:

    git clone https://opendev.org/openstack/devstack.git
    cd devstack
  2. 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 in local.conf.

  3. Run stack.sh.