Fix py35 tempest issue
Change-Id: Id89f8d085a81abe4a28affb57994aad29304f23c
This commit is contained in:
parent
a5ac2c3b1d
commit
1c8c7a7914
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user