Replace git.openstack.org with opendev.org
This patch replaces git.openstack.org with opendev.org as redirection from old path was enabled. Also we change upper constraints url due to [1] [1] http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Depends-On: https://review.opendev.org/693841/ Change-Id: Ib569c0ba340fac7e10a3e7ce6923dc63f43bc060
This commit is contained in:
parent
9cf5cd8e95
commit
fc4457e379
@ -37,9 +37,9 @@ heat_pip_package_state: "latest"
|
||||
heat_install_method: "source"
|
||||
heat_venv_python_executable: "{{ openstack_venv_python_executable | default('python2') }}"
|
||||
|
||||
heat_git_repo: https://git.openstack.org/openstack/heat
|
||||
heat_git_repo: https://opendev.org/openstack/heat
|
||||
heat_git_install_branch: master
|
||||
heat_upper_constraints_url: "{{ requirements_git_url | default('https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=' ~ requirements_git_install_branch | default('master')) }}"
|
||||
heat_upper_constraints_url: "{{ requirements_git_url | default('https://releases.openstack.org/constraints/upper/' ~ requirements_git_install_branch | default('master')) }}"
|
||||
heat_git_constraints:
|
||||
- "git+{{ heat_git_repo }}@{{ heat_git_install_branch }}#egg=openstack-heat"
|
||||
- "--constraint {{ heat_upper_constraints_url }}"
|
||||
|
@ -64,7 +64,7 @@ title = 'OpenStack-Ansible Release Notes: ' + role_name + 'role'
|
||||
|
||||
# The link to the browsable source code (for the left hand menu)
|
||||
oslosphinx_cgit_link = (
|
||||
'https://git.openstack.org/cgit/openstack/{}'.format(target_name)
|
||||
'https://opendev.org/openstack/{}'.format(target_name)
|
||||
)
|
||||
|
||||
# Release notes do not need a version number in the title, they
|
||||
|
Loading…
Reference in New Issue
Block a user