Merge "Do not install reno globally using pip"

This commit is contained in:
Zuul 2025-03-11 23:09:44 +00:00 committed by Gerrit Code Review
commit cc204d0a07
2 changed files with 1 additions and 6 deletions

View File

@ -58,9 +58,4 @@
- uuid-runtime - uuid-runtime
- vim - vim
- wireguard - wireguard
- name: Install reno
pip:
name: reno>=4.1.0
extra_args: "--ignore-installed"
... ...

View File

@ -19,5 +19,5 @@ make all SKIP_CHANGELOG=1
# Build all OSH charts (necessary for Openstack deployment) # Build all OSH charts (necessary for Openstack deployment)
( (
cd ${OSH_PATH:-"../openstack-helm"} && cd ${OSH_PATH:-"../openstack-helm"} &&
make all SKIP_CHANGELOG=1 make all SKIP_CHANGELOG=1
) )