summaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authorzhifeng.jiang <jiang.zhifeng@zte.com.cn>2016-06-02 14:00:15 +0800
committerzhifeng.jiang <jiang.zhifeng@zte.com.cn>2016-06-02 14:00:15 +0800
commitfd5f3be2620112cf6466710e11cef5d566e6c924 (patch)
tree80498b2d5b65c1e8dc1eefdce46d02aead146f5c /func
parent96d4ad4d06d5e7f37057473843d5ce91a48d7778 (diff)
Correct the wrong default public network name when install is 'fuel' and version is 8.0.
JIRA:QTIP-83 Change-Id: I2864105e525f095302fd5ddf0e96d2cf76248c1c Signed-off-by: zhifeng.jiang <jiang.zhifeng@zte.com.cn>
Diffstat (limited to 'func')
-rw-r--r--func/spawn_vm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/func/spawn_vm.py b/func/spawn_vm.py
index 9d1d0bad..94aa424a 100644
--- 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_ext'
+ return 'admin_floating_net'
if installer_detected.lower() == 'apex':
return 'external'
if installer_detected.lower() == 'compass':