commit | f666683c05774487a5b2b0d0233ac87fb699c64f | [log] [tgz] |
---|---|---|
author | ZhiQiang Fan <aji.zqfan@gmail.com> | Fri May 13 19:09:55 2016 +0800 |
committer | ZhiQiang Fan <aji.zqfan@gmail.com> | Fri May 13 19:09:55 2016 +0800 |
tree | 516605b4651b84f2ab14890baf4220e68b41818e | |
parent | 133022daa7349ee567874420b4dadfc57cc80ce9 [diff] |
replace deprecated heat command with OSC Integration gate test complains: WARNING (shell) "heat stack-show" is deprecated, please use "openstack stack show" instead Change-Id: I2af4315a46bceb62cd5fe8afcd4b3e3ee8b5420d
diff --git a/ceilometer/tests/integration/hooks/post_test_hook.sh b/ceilometer/tests/integration/hooks/post_test_hook.sh index 182806a..fbc69a7 100755 --- a/ceilometer/tests/integration/hooks/post_test_hook.sh +++ b/ceilometer/tests/integration/hooks/post_test_hook.sh
@@ -59,7 +59,7 @@ if [ $EXIT_CODE -ne 0 ] ; then set +x echo "* Heat stack:" - heat stack-show integration_test + openstack stack show integration_test echo "* Alarm list:" ceilometer alarm-list echo "* Nova instance list:"