mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
parent
88ce6c3d08
commit
1fa28d4065
@ -113,7 +113,12 @@ define(function(require) {
|
||||
var strippedTemplate = {};
|
||||
var strippedTemplateVcenter = {};
|
||||
$.each(this.element.TEMPLATE, function(key, value) {
|
||||
if (key.match(/^VCENTER_*/)){
|
||||
if (!key.match(/^VCENTER_HOST$/) &&
|
||||
!key.match(/^VCENTER_USER$/) &&
|
||||
!key.match(/^VCENTER_PASSWORD$/) &&
|
||||
!key.match(/^VCENTER_DS_IMAGE_DIR$/) &&
|
||||
!key.match(/^VCENTER_DS_VOLATILE_DIR$/) &&
|
||||
key.match(/^VCENTER_*/)){
|
||||
strippedTemplateVcenter[key] = value;
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user