aboutsummaryrefslogtreecommitdiffstats
path: root/functest/utils/env.py
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-11-21 00:33:01 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-11-21 00:37:06 +0100
commitf6d84155526f367c73a43a83aca31af9ecdcc51a (patch)
tree3a5ac4d01b74d7c222f7ebf8ace5ec75266c5109 /functest/utils/env.py
parent4895057eef7f967194885fd794dc01e311ae56de (diff)
Conform with latest SUT updates
Ceph is now used as backend which requires few adaptations for live migration. It differs from the main OpenStack gates but suits CNTT and most of the feedbacks received from enduser deployments. Change-Id: If6b76a7d4ec09f90467f3e63618c15a9b413bfbd Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'functest/utils/env.py')
-rw-r--r--functest/utils/env.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/utils/env.py b/functest/utils/env.py
index 5aebbbe0c..652613c87 100644
--- a/functest/utils/env.py
+++ b/functest/utils/env.py
@@ -35,7 +35,7 @@ INPUTS = {
'NAMESERVER': '8.8.8.8',
'NEW_USER_ROLE': 'Member',
'USE_DYNAMIC_CREDENTIALS': 'True',
- 'BLOCK_MIGRATION': 'True',
+ 'BLOCK_MIGRATION': 'False',
'CLEAN_ORPHAN_SECURITY_GROUPS': 'True',
'SKIP_DOWN_HYPERVISORS': 'False',
'PUBLIC_ENDPOINT_ONLY': 'False',