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
This commit is contained in:
Andrew Bonney 2024-03-28 09:11:19 +00:00
parent 5d0255cf26
commit ec4b2b48f6
1 changed files with 1 additions and 1 deletions

View File

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