Merge "Move keystone pip package from a constraint to a requirement"

This commit is contained in:
Zuul 2021-02-05 21:07:49 +00:00 committed by Gerrit Code Review
commit 20cf64fa0c
1 changed files with 1 additions and 2 deletions

View File

@ -41,7 +41,6 @@ keystone_git_repo: https://opendev.org/openstack/keystone
keystone_git_install_branch: master
keystone_upper_constraints_url: "{{ requirements_git_url | default('https://releases.openstack.org/constraints/upper/' ~ requirements_git_install_branch | default('master')) }}"
keystone_git_constraints:
- "git+{{ keystone_git_repo }}@{{ keystone_git_install_branch }}#egg=keystone"
- "--constraint {{ keystone_upper_constraints_url }}"
keystone_pip_install_args: "{{ pip_install_options | default('') }}"
@ -488,7 +487,7 @@ keystone_ceilometer_enabled: "{{ (groups['ceilometer_all'] is defined) and (grou
# Common pip packages
keystone_pip_packages:
- keystone
- "git+{{ keystone_git_repo }}@{{ keystone_git_install_branch }}#egg=keystone"
- ldappool
- osprofiler
- PyMySQL