diff options
Diffstat (limited to 'tools/test.sh')
-rwxr-xr-x | tools/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test.sh b/tools/test.sh index 4566e42..a41977c 100755 --- a/tools/test.sh +++ b/tools/test.sh @@ -15,6 +15,7 @@ trap "{ sudo rm -rf $TMP_DIR; }" EXIT cat > env << EOF EXTERNAL_NETWORK=public +BLOCK_MIGRATION=False EOF cat > tempest_conf.yaml << EOF |