Ensure u-c are used for Skyline installation
We had U-C commented out, likely due to the reason that Skyline was not compliant with u-c for some release back in the days ( when project was still emerging). Now this stroke back and Skyline is broken when fetching latest httpx, while httpx is defined in u-c Closes-Bug: #2115986 Change-Id: I4ce56671921120d55ce47c9eca7fa974fba3184a Signed-off-by: Dmitriy Rabotyagov <dmitriy.rabotyagov@cleura.com>
This commit is contained in:
@@ -59,8 +59,8 @@ skyline_console_pypi_version_regex: "^(\\d*!)?(\\d*)(\\.(\\d*))*((a|b|rc)(\\d*))
|
||||
|
||||
skyline_upper_constraints_url: >-
|
||||
{{ requirements_git_url | default('https://releases.openstack.org/constraints/upper/' ~ requirements_git_install_branch | default('master')) }}
|
||||
skyline_git_constraints: []
|
||||
# - "--constraint {{ skyline_upper_constraints_url }}"
|
||||
skyline_git_constraints:
|
||||
- "--constraint {{ skyline_upper_constraints_url }}"
|
||||
|
||||
skyline_pip_install_args: "{{ pip_install_options | default('') }}"
|
||||
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
fixes:
|
||||
- |
|
||||
Fix Skyline installation problem after httpx 1.0 release due to
|
||||
not using OpenStack upper-constraints for installation.
|
||||
Reference in New Issue
Block a user