d5cdbfb642
Resort to the new heatclient builtin to check for the stack status
and removes custom implementation from tripleoclient utils.
Change-Id: I5f48eb87a5e06846cd40c1b61aade60acdcb2a18
(cherry picked from commit 252f43e6e8
)
21 lines
801 B
Plaintext
21 lines
801 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 # Apache-2.0
|
|
|
|
Babel>=2.3.4 # BSD
|
|
cliff!=1.16.0,!=1.17.0,>=1.15.0 # Apache-2.0
|
|
ipaddress>=1.0.7;python_version<'3.3' # PSF
|
|
passlib>=1.6 # BSD
|
|
python-ironic-inspector-client>=1.5.0 # Apache-2.0
|
|
python-heatclient>=1.4.0 # Apache-2.0
|
|
python-ironicclient>=1.6.0 # Apache-2.0
|
|
python-mistralclient>=2.0.0 # Apache-2.0
|
|
python-openstackclient>=2.1.0 # Apache-2.0
|
|
six>=1.9.0 # MIT
|
|
os-cloud-config # Apache-2.0
|
|
websocket-client>=0.32.0 # LGPLv2+
|
|
|
|
# tripleoclient is tied to tripleo-common and expects to use the latest code.
|
|
-e git://github.com/openstack/tripleo-common.git#egg=tripleo_common
|