d36a613047
This patch updates all the roles to the latest available SHA's, updates all the OpenStack Service SHA's and also updates the appropriate python requirements pins. NB Ceilometer has not been updated to it's latest SHA due to the requirements bump for kafka-python which doesn't match the global-requirements version. Change-Id: I646c55d1a90c2b207ab230e1f50f219d2efbac64
15 lines
477 B
Plaintext
15 lines
477 B
Plaintext
# This file should only be used to set python package pins that are
|
|
# not present in OpenStack's upper-constraints. Any pins present in
|
|
# this file will override any requirements set in *requirements.txt,
|
|
# upper-constraints and any roles/vars.
|
|
#
|
|
# Use this file with caution!
|
|
#
|
|
###
|
|
### These are pinned to ensure exactly the same behaviour forever! ###
|
|
### These pins are updated through the sources-branch-updater script ###
|
|
###
|
|
pip==9.0.1
|
|
setuptools==28.8.0
|
|
wheel==0.29.0
|