Use openstack_repo_url for requirements_git_url

Currentlly we may use use different proto for repo server, while only
http is currently supported. Anyway it's worth
to simplify statement and use previously defined openstack_repo_url.

Change-Id: I6447f2dfec0d2cf67f9dfebc3975bab96562d9a2
This commit is contained in:
Dmitriy Rabotyagov 2021-06-17 13:42:44 +03:00
parent f01bf18285
commit 9547975ce7

View File

@ -36,4 +36,4 @@ openstack_db_setup_host: "{{ openstack_service_setup_host }}"
openstack_db_setup_python_interpreter: "{{ openstack_service_setup_host_python_interpreter }}"
# Locally cached copy on the repo server for the OpenStack upper-constraints.txt
requirements_git_url: "{{ openstack_service_internaluri_proto ~ '://' ~ internal_lb_vip_address ~ ':' ~ repo_server_port ~ '/constraints/upper_constraints_' ~ requirements_git_install_branch ~ '.txt' }}"
requirements_git_url: "{{ openstack_repo_url ~ '/constraints/upper_constraints_' ~ requirements_git_install_branch ~ '.txt' }}"