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 ec4b2b48f6)
This commit is contained in:
Andrew Bonney 2024-03-28 09:11:19 +00:00 committed by Damian Dąbrowski
parent a30d521952
commit d09527c4e1
1 changed files with 4 additions and 0 deletions

View File

@ -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