319827e1a8
These are mostly formatting fixes, but also a correction of the default value of pip_upper_constraints_file. Change-Id: Iadb1b45644865d67e170f94d301d3eeeab2654ee
19 lines
801 B
YAML
19 lines
801 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds a new configuration variable, ``pip_upper_constraints_file``, which is
|
|
used to configure the file or URL containing the python upper version
|
|
contraints. Its default value is
|
|
``https://releases.openstack.org/constraints/upper/{{ openstack_release }}``.
|
|
fixes:
|
|
- |
|
|
Fixes an issue with virtual environments on remote hosts, which may over
|
|
the course of time become stale and incompatible with Kayobe or other
|
|
software. This was fixed by installing the latest version of packages
|
|
allowed by OpenStack upper constraints. See `story 2005923
|
|
<https://storyboard.openstack.org/#!/story/2005923>`__ for details.
|
|
upgrade:
|
|
- |
|
|
The default value of ``kolla_upper_constraints_file`` has been changed to
|
|
``{{ pip_upper_constraints_file }}``.
|