Code Review
/
qtip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
96d4ad4
)
Correct the wrong default public network name when install is 'fuel' and version...
55/15055/1
author
zhifeng.jiang
<jiang.zhifeng@zte.com.cn>
Thu, 2 Jun 2016 06:00:15 +0000
(14:00 +0800)
committer
zhifeng.jiang
<jiang.zhifeng@zte.com.cn>
Thu, 2 Jun 2016 06:00:15 +0000
(14:00 +0800)
JIRA:QTIP-83
Change-Id: I2864105e525f095302fd5ddf0e96d2cf76248c1c
Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
func/spawn_vm.py
patch
|
blob
|
history
diff --git
a/func/spawn_vm.py
b/func/spawn_vm.py
index
9d1d0ba
..
94aa424
100644
(file)
--- a/
func/spawn_vm.py
+++ b/
func/spawn_vm.py
@@
-51,7
+51,7
@@
class SpawnVM(Env_setup):
'''
print 'Getting Public Network'
if installer_detected.lower() == 'fuel':
- return '
net04_ex
t'
+ return '
admin_floating_ne
t'
if installer_detected.lower() == 'apex':
return 'external'
if installer_detected.lower() == 'compass':