diff options
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/post/execute.py | 2 |
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 |