summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2017-03-15 17:11:02 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2017-03-15 17:11:02 +0800
commit16c972e9e7dd924c4db45b8c65abe6dc35d88bee (patch)
treecc441db0364ccde8db29856b5463909b07187d65
parentc557362eb2a14055587feac228a4463bd96f6f4a (diff)
bugfix: test_external_network_visibility failed
subnet should be invisible Change-Id: I27d7a9ceab3604ccd35667b949e490e341f95f6a Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
-rw-r--r--deploy/post/execute.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/post/execute.py b/deploy/post/execute.py
index d5a0727b..e4dec244 100644
--- a/deploy/post/execute.py
+++ b/deploy/post/execute.py
@@ -15,7 +15,7 @@ def _config_admin_external_network():
'network': {
'name': name,
'admin_state_up': True,
- 'shared': True,
+ 'shared': False,
'provider:network_type': 'flat',
'provider:physical_network': 'physnet1',
'router:external': True