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>
| Enabling Aetos in DevStack |
Download DevStack:
git clone https://opendev.org/openstack/devstack.git cd devstackAdd this repo as an external repository in
local.conffile:[[local|localrc]] enable_plugin aetos https://opendev.org/openstack/aetosTo 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.1There 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.