From: SerenaFeng Date: Wed, 15 Mar 2017 09:11:02 +0000 (+0800) Subject: bugfix: test_external_network_visibility failed X-Git-Tag: 1.0.0~21^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F41%2F30541%2F1;p=daisy.git bugfix: test_external_network_visibility failed subnet should be invisible Change-Id: I27d7a9ceab3604ccd35667b949e490e341f95f6a Signed-off-by: SerenaFeng --- 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