000f67a4c7
The Ironic client now supports the OSC plugin interface directly, so this wrapper is no longer needed. Removing it will allow us to specify which Ironic API version to use via the standard mechanisms. Change-Id: If92855c307ecd389fbe6050e426d0ced959a9665 Depends-On: Icdbd28c487351af6d67205837aa536aedb31b41a
22 lines
723 B
Plaintext
22 lines
723 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>=1.6
|
|
|
|
Babel>=1.3
|
|
cliff>=1.15.0 # Apache-2.0
|
|
ipaddress>=1.0.7;python_version<'3.3'
|
|
passlib>=1.6
|
|
python-ironic-inspector-client>=1.3.0
|
|
# os-cloud-config>=0.3.1
|
|
python-heatclient>=0.6.0
|
|
python-ironicclient>=1.1.0 # Apache-2.0
|
|
python-openstackclient>=2.0.0
|
|
six>=1.9.0
|
|
|
|
# tripleo-common lib is not yet on PyPi
|
|
-e git://github.com/openstack/tripleo-common.git#egg=tripleo_common
|
|
|
|
# This currently needs a development version of os_cloud_config
|
|
-e git://github.com/openstack/os-cloud-config.git#egg=os_cloud_config
|