fda773c682
1.switch to get-pip.py script to install pip on undercloud 2.pip the python-openstackclient at 3.11.0 for python2 3.make the tripleo based hostfile script as default choice Change-Id: Idc90832ee9372954e4e05ce36a0a00886a427bce
15 lines
479 B
Plaintext
15 lines
479 B
Plaintext
# to avoid dependency conflicts, try to use ranges, eventually banning a
|
|
# buggy minor version (!=) or capping (<) once you have proof it breaks.
|
|
ansible>=2.4.1
|
|
elasticsearch
|
|
pyrsistent==0.16.0;python_version<'3'
|
|
pyrsistent>=0.17.0;python_version>='3'
|
|
grafyaml>=0.0.7
|
|
openstacksdk
|
|
python-dateutil>=2.4.2
|
|
python-openstackclient==3.11.0;python_version<'3'
|
|
python-openstackclient>=3.11.0;python_version>='3'
|
|
pykwalify==1.7.0;python_version<'3'
|
|
pykwalify>=1.8.0;python_version>='3'
|
|
|