1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-13 12:58:17 +03:00

F #4913: Allow VCENTER_DS_IMAGE_DIR and VCENTER_DS_VOLATILE_DIR to be edited in Sunstone

This commit is contained in:
mcabrerizo 2017-06-13 14:03:39 +02:00
parent 632cff4fb9
commit 9c0e7c8023

View File

@ -73,6 +73,8 @@ define(function(require) {
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;
}