From ec4b2b48f64d417182e95d44ba21bd0ae62beea0 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 --- defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index 8b80ff28..23797544 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -436,7 +436,7 @@ horizon_listen_ports: horizon_pip_packages: - "git+{{ horizon_git_repo }}@{{ horizon_git_install_branch }}#egg=horizon" - - "git+https://github.com/Kronuz/pyScss@60414f5d573315a8458b5fbcdf69e5c648c44a9a" # needed for python>=3.11 + - "git+{{ openstack_github_base_url }}/Kronuz/pyScss@60414f5d573315a8458b5fbcdf69e5c648c44a9a" # needed for python>=3.11 - pymemcache - python-memcached