summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
diff options
context:
space:
mode:
authorVolker Uhrig2008-06-08 01:35:44 +0200
committerVolker Uhrig2008-06-08 01:35:44 +0200
commit0d461ef67be50fbdb698079c21d1c2c585fc0efa (patch)
tree0fc89fc4315ad4d7eb7f7c9990d62d1d30c95ef0 /os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
parent* removing deprecated client-config.xml. we hand over the xml itself. (diff)
downloadcore-0d461ef67be50fbdb698079c21d1c2c585fc0efa.tar.gz
core-0d461ef67be50fbdb698079c21d1c2c585fc0efa.tar.xz
core-0d461ef67be50fbdb698079c21d1c2c585fc0efa.zip
* small fix
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1861 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm')
-rw-r--r--os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
index 59364747..80215b72 100644
--- a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
+++ b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm
@@ -135,7 +135,7 @@ sub getAttrInfo
# only allow the supported once...
# TODO: modify if we know which of them work
#content_regex => qr{^(local|vmws(5\.5|6.0)|vmpl(1\.0|2\.0))$},
- content_regex => qr{^(local|vmpl2\.0)$},
+ content_regex => qr{^(local|vmpl2\.0|vmpl1\.0)$},
content_descr => 'Allowed values: local, vmpl2.0',
#TODO: what if we don't have a local installation. default
# is still local. Someone has a clue how to test