openstack-ansible/releasenotes/notes/force-dep-order-2c529683509e45da.yaml
Jesse Pretorius dcfdc9321e Fix role SHA's for Newton-2 release
Change-Id: Ifc614c23a03b216c63891abc2821d6fefe4bcf52
2016-07-27 10:59:57 +00:00

10 lines
513 B
YAML

---
features:
- The ``py_pkgs`` lookup plugin now has strict ordering for requirement files
discovered. These files are used to add additional requirements to the
python packages discovered. The order is defined by the constant,
``REQUIREMENTS_FILE_TYPES`` which contains the following entries,
'test-requirements.txt', 'dev-requirements.txt', 'requirements.txt',
'global-requirements.txt', 'global-requirement-pins.txt'. The items in this
list are arranged from least to most priority.