*** mhen_ is now known as mhen | 02:49 | |
*** elodilles_pto is now known as elodilles | 07:33 | |
opendevreview | Takashi Kajinami proposed openstack/tempest master: Enable hostname_fqdn_sanitization by default https://review.opendev.org/c/openstack/tempest/+/934017 | 08:29 |
---|---|---|
opendevreview | Takashi Kajinami proposed openstack/devstack master: tempest: Drop [compute-feature-enabled] hostname_fqdn_sanitization https://review.opendev.org/c/openstack/devstack/+/934018 | 08:30 |
opendevreview | Takashi Kajinami proposed openstack/tempest master: Enable hostname_fqdn_sanitization by default https://review.opendev.org/c/openstack/tempest/+/934017 | 08:32 |
opendevreview | Takashi Kajinami proposed openstack/devstack master: tempest: Drop [compute-feature-enabled] hostname_fqdn_sanitization https://review.opendev.org/c/openstack/devstack/+/934018 | 08:34 |
slaweq | kopecmartin lpiwowar hi, can you maybe take a look at small patch https://review.opendev.org/c/openstack/tempest/+/933845 when You will have a minute? Thx in advance | 09:50 |
opendevreview | Merged openstack/tempest master: Avoid image format tests if glance is enforcing https://review.opendev.org/c/openstack/tempest/+/931028 | 10:56 |
*** haleyb|out is now known as haleyb | 14:10 | |
opendevreview | Merged openstack/tempest master: Check only ports owned by the dhcp service in the dhcp scheduler tests https://review.opendev.org/c/openstack/tempest/+/933845 | 16:51 |
JayF | So I'm trying to hook up USE_VENV in Ironic -- change is https://review.opendev.org/c/openstack/ironic/+/930776 -- but it's failing because https://opendev.org/openstack/devstack/src/branch/master/tools/build_venv.sh wants `virtualenv` -- is there a reason we're requiring that in this tool instead of using e.g. `python -m venv`? | 22:02 |
clarkb | it probably predates python3 only support | 22:54 |
clarkb | Wed Feb 18 14:47:54 2015 | 22:56 |
clarkb | there are differences between python -m venv and virtualenv so I'm not sur eit will be a straightforward replacement even though python3 is the only python supported these days | 23:10 |
clarkb | is there some reason to not install virtualenv? | 23:10 |
clarkb | in particular I think virtualenv will get you modern toolchain stuff hwereas python3 -m venv will be distro versions of things which may be old enough to be unhappy on focal or jammy | 23:12 |
clarkb | but maybe it will just work (tm) | 23:13 |
JayF | At a minimum that script, or what runs it, likely should ensure virtualenv *is installed* | 23:39 |
JayF | I'm just trying to figure out if the fix is shaped like ^ or replacing -m venv | 23:39 |
JayF | and honestly seeing how this is hooked up, makes me wonder if USE_VENV is used by anyone at all, because I can't be the first person to hit this | 23:39 |
JayF | I wonder if maybe this is a bad interaction between GLOBAL_VENV=true and USE_VENV=true ... | 23:40 |
JayF | wonder if I should explicitly disable GLOBAL_VENV | 23:40 |
clarkb | that could be. I don't know that using a venv other than the global venv ever had much uptake | 23:41 |
clarkb | global venv was sort of forced on us by the distros | 23:41 |
JayF | yeah | 23:43 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!