bb69b667f0
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. Change-Id: Ifc77c02d456500651e8adcaf9338f81601e2c148
13 lines
472 B
Plaintext
13 lines
472 B
Plaintext
netaddr>=0.7.12 # playbooks/inventory/dynamic_inventory.py
|
|
PrettyTable>=0.7,<0.8 # scripts/inventory-manage.py
|
|
pycrypto>=2.6 # scripts/pw-token-gen.py
|
|
PyYAML>=3.1.0 # scripts/pw-token-gen.py
|
|
virtualenv>=14.0.0 # Used for Ansible isolation
|
|
###
|
|
### These are pinned to ensure exactly the same behaviour forever! ###
|
|
### These pins are updated through the sources-branch-updater script ###
|
|
###
|
|
pip==8.1.2
|
|
setuptools==22.0.0
|
|
wheel==0.29.0
|