543cae66e5
This is mostly used with the isolated networks feature and it's very easy to mess up. Adapted from the validation script here: https://github.com/rthallisey/clapper/blob/master/network-environment-validator.py Change-Id: I69997c200eec247ae3e43a16aee99bc708a393a1
19 lines
554 B
Plaintext
19 lines
554 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
pbr>=0.6,!=0.7,<1.0
|
|
|
|
Babel>=1.3
|
|
cliff>=1.7.0 # Apache-2.0
|
|
ipaddress
|
|
ironic-discoverd==1.1.0
|
|
os-cloud-config
|
|
python-heatclient>=0.3.0
|
|
python-ironicclient>=0.4.1
|
|
python-openstackclient>=1.0.0
|
|
python-tuskarclient>=0.1.17
|
|
six>=1.9.0
|
|
|
|
# tripleo-common lib is not yet on PyPi
|
|
-e git://github.com/rdo-management/tripleo-common.git#egg=tripleo_common
|