Code Review
/
daisy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
c557362
)
bugfix: test_external_network_visibility failed
41/30541/1
author
SerenaFeng
<feng.xiaowei@zte.com.cn>
Wed, 15 Mar 2017 09:11:02 +0000
(17:11 +0800)
committer
SerenaFeng
<feng.xiaowei@zte.com.cn>
Wed, 15 Mar 2017 09:11:02 +0000
(17:11 +0800)
subnet should be invisible
Change-Id: I27d7a9ceab3604ccd35667b949e490e341f95f6a
Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
deploy/post/execute.py
patch
|
blob
|
history
diff --git
a/deploy/post/execute.py
b/deploy/post/execute.py
index
d5a0727
..
e4dec24
100644
(file)
--- 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':
Tru
e,
+ 'shared':
Fals
e,
'provider:network_type': 'flat',
'provider:physical_network': 'physnet1',
'router:external': True