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 Change-Id: If100cd2ba80a274375e015cd4b7f5c7e130fd26c
This commit is contained in:
parent
6785a1ccfc
commit
8836cac7e0
@ -27,9 +27,9 @@ manila_service_setup_host: "{{ openstack_service_setup_host | default('localhost
|
||||
manila_install_method: "source"
|
||||
manila_venv_python_executable: "{{ openstack_venv_python_executable | default('python2') }}"
|
||||
|
||||
manila_git_repo: https://git.openstack.org/openstack/manila
|
||||
manila_git_repo: https://opendev.org/openstack/manila
|
||||
manila_git_install_branch: master
|
||||
manila_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')) }}"
|
||||
manila_upper_constraints_url: "{{ requirements_git_url | default('https://releases.openstack.org/constraints/upper/' ~ requirements_git_install_branch | default('master')) }}"
|
||||
manila_git_constraints:
|
||||
- "git+{{ manila_git_repo }}@{{ manila_git_install_branch }}#egg=manila"
|
||||
- "--constraint {{ manila_upper_constraints_url }}"
|
||||
|
@ -58,13 +58,13 @@ category = 'Miscellaneous'
|
||||
copyright = '2014-2016, OpenStack-Ansible Contributors'
|
||||
description = 'OpenStack-Ansible deploys OpenStack environments using Ansible.'
|
||||
project = 'OpenStack-Ansible'
|
||||
role_name = 'os_placement'
|
||||
role_name = 'os_manila'
|
||||
target_name = 'openstack-ansible-' + role_name
|
||||
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…
x
Reference in New Issue
Block a user