1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

F #4913 Solved bug in OpenNebula contextualization (#270)

This commit is contained in:
Abel Coronado 2017-04-20 19:31:28 +02:00 committed by Tino Vázquez
parent 65b333b1b2
commit d6d7341ff9

View File

@ -285,6 +285,7 @@ define(function(require) {
}
if (contextJSON) {
$("input#context_type_opennebula", context).click();
var file_ds_regexp = /\$FILE\[IMAGE_ID=([0-9]+)+/g;
var net_regexp = /^NETWORK$/;;
var ssh_regexp = /^SSH_PUBLIC_KEY$/;