diff options
Diffstat (limited to 'func/spawn_vm.py')
-rw-r--r-- | func/spawn_vm.py | 2 |
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': |