devstack/files
Clark Boylan a40f9cb91f Add option to install everything in global venvs
Since we are python3 only for openstack we create a single python3
virtualenv to install all the packages into. This gives us the benefits
of installing into a virtualenv while still ensuring coinstallability.
This is a major change and will likely break many things.

There are several reasons for this. The change that started this effort
was pip stopped uninstalling packages which used distutils to generate
their package installation. Many distro packages do this which meant
that pip installed packages and distro packages could not coexist in the
global install space. More recently git has made pip installing repos as
root more difficult due to file ownership concerns.

Currently the switch to the global venv is optional, but if we go down
this path we should very quickly remove the old global installation
method as it has only caused us problems.

Major hurdles we have to get over are convincing rootwrap to trust
binaries in the virtualenvs (so you'll notice we update rootwrap
configs).

Some distros still have issues, keep them using the old setup for now.

Depends-On: https://review.opendev.org/c/openstack/grenade/+/880266
Co-Authored-By: Dr. Jens Harbott <frickler@offenerstapel.de>
Change-Id: If9bc7ba45522189d03f19b86cb681bb150ee2f25
2023-08-02 07:07:25 +02:00
..
debs Clean up n-net remnants 2022-08-21 10:52:41 +02:00
ldap Use MDB backend in Ubuntu 2021-08-17 09:41:33 +02:00
rpms Support RHEL 9 2023-03-03 14:47:10 +09:00
swift Swift: fix rsyncd.conf, ports were incorrect 2016-11-16 18:47:44 +01:00
apache-cinder-api.template Add toggle to run Cinder API under Apache 2015-09-28 15:01:03 +00:00
apache-horizon.template Add option to install everything in global venvs 2023-08-02 07:07:25 +02:00
apache-keystone.template Merge "Switch TLS tests to TLSv1.2+ only" 2023-07-21 16:37:18 +00:00
apache-neutron.template Switch TLS tests to TLSv1.2+ only 2019-07-14 22:33:45 +02:00
apache-nova-api.template Format of nova-api log files was corrected 2015-10-27 14:41:51 +00:00
apache-nova-metadata.template Add ability to run Nova metadata under Apache2 2015-11-01 07:47:47 -05:00
apache-placement-api.template Placement service only using default HTTPd ports 2016-12-21 15:33:52 +00:00
lvm-backing-file.template Made LVM backing disk persistent 2022-02-08 11:05:14 +01:00