os-cloud-config has been deprecated in Ocata and we don't need it in tripleoclient anymore. Let's remove the code that was here for legacy. Keystone endpoints have been managed by Puppet, so we don't need the legacy code anymore. Change-Id: I5662de11620db74fa67fb12c55a3bbd66ed8d3ad
18 lines
648 B
Plaintext
18 lines
648 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>=2.0.0 # Apache-2.0
|
|
|
|
Babel>=2.3.4 # BSD
|
|
ipaddress>=1.0.7;python_version<'3.3' # PSF
|
|
passlib>=1.7.0 # BSD
|
|
python-ironic-inspector-client>=1.5.0 # Apache-2.0
|
|
python-heatclient>=1.6.1 # Apache-2.0
|
|
python-ironicclient>=1.11.0 # Apache-2.0
|
|
python-mistralclient>=2.0.0 # Apache-2.0
|
|
python-openstackclient>=3.3.0 # Apache-2.0
|
|
six>=1.9.0 # MIT
|
|
osc-lib>=1.2.0 # Apache-2.0
|
|
websocket-client>=0.32.0 # LGPLv2+
|
|
tripleo-common>=5.7.0 # Apache-2.0
|