Fix py35 tempest issue

Change-Id: Id89f8d085a81abe4a28affb57994aad29304f23c
This commit is contained in:
rabi 2017-06-21 22:10:42 +05:30
parent a5ac2c3b1d
commit 1c8c7a7914
1 changed files with 5 additions and 0 deletions

View File

@ -16,6 +16,11 @@ if is_heat_enabled; then
echo_summary "Installing heatclient"
install_heatclient
elif [[ "$1" == "stack" && "$2" == "test-config" ]]; then
if is_service_enabled tempest; then
setup_develop $TEMPEST_DIR
fi
elif [[ "$1" == "stack" && "$2" == "post-config" ]]; then
echo_summary "Cleaning up heat"
cleanup_heat