Move tacker pip packages from constraints to requirements

This is necessary to use the new pip resolver

Change-Id: I02342575151053c8bdd1a5b22514a82fef0613a2
This commit is contained in:
Jonathan Rosser 2021-01-25 10:32:57 +00:00
parent 74db1fd747
commit eb449a9cff
1 changed files with 1 additions and 2 deletions

View File

@ -39,7 +39,6 @@ tacker_git_repo: https://opendev.org/openstack/tacker
tacker_git_install_branch: master
tacker_upper_constraints_url: "{{ requirements_git_url | default('https://releases.openstack.org/constraints/upper/' ~ requirements_git_install_branch | default('master')) }}"
tacker_git_constraints:
- "git+{{ tacker_git_repo }}@{{ tacker_git_install_branch }}#egg=tacker"
- "--constraint {{ tacker_upper_constraints_url }}"
tacker_pip_install_args: "{{ pip_install_options | default('') }}"
@ -146,7 +145,7 @@ tacker_pip_packages:
- python-heatclient
- python-tackerclient
- systemd-python
- tacker
- "git+{{ tacker_git_repo }}@{{ tacker_git_install_branch }}#egg=tacker"
tacker_config_options: --config-file {{ tacker_etc_dir }}/tacker.conf
tacker_init_config_overrides: {}