From d09527c4e1e007e626ac6b09074a35731ec4b021 Mon Sep 17 00:00:00 2001 From: Andrew Bonney Date: Thu, 28 Mar 2024 09:11:19 +0000 Subject: [PATCH] Use overridable URL for github rather than hard-coding For isolated deployments which use mirrors it is necessary to be able to override the github.com URL currently used in horizon_pip_packages Change-Id: I767b921dd9114fb6afa6a93d80e3927da481e5ae (cherry picked from commit ec4b2b48f64d417182e95d44ba21bd0ae62beea0) --- defaults/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/defaults/main.yml b/defaults/main.yml index 65dce89e..36dfb571 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -430,6 +430,10 @@ horizon_listen_ports: horizon_pip_packages: - "git+{{ horizon_git_repo }}@{{ horizon_git_install_branch }}#egg=horizon" +<<<<<<< HEAD (a30d52 Do not change mode of files recursively) +======= + - "git+{{ openstack_github_base_url }}/Kronuz/pyScss@60414f5d573315a8458b5fbcdf69e5c648c44a9a" # needed for python>=3.11 +>>>>>>> CHANGE (ec4b2b Use overridable URL for github rather than hard-coding) - pymemcache - python-memcached