From 16c972e9e7dd924c4db45b8c65abe6dc35d88bee Mon Sep 17 00:00:00 2001 From: SerenaFeng Date: Wed, 15 Mar 2017 17:11:02 +0800 Subject: bugfix: test_external_network_visibility failed subnet should be invisible Change-Id: I27d7a9ceab3604ccd35667b949e490e341f95f6a Signed-off-by: SerenaFeng --- deploy/post/execute.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deploy') 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 -- cgit 1.2.3-korg