mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
parent
62899e470c
commit
2d4815483d
@ -919,7 +919,9 @@ define(function(require) {
|
||||
|
||||
if (Config.provision.create_vm.isEnabled("network_select")) {
|
||||
NicsSection.insert(template_json, create_vm_context,
|
||||
{"securityGroups": Config.isFeatureEnabled("secgroups")});
|
||||
{ "forceIPv4": true,
|
||||
"securityGroups": Config.isFeatureEnabled("secgroups")
|
||||
});
|
||||
} else {
|
||||
$(".provision_network_selector", create_vm_context).html("");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user