From ae6bd9a2782a3fa2150882078dff73be394450a1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Wed, 19 Sep 2012 08:23:09 +0000 Subject: [PATCH] Some GLUE2 data items for EMIR should be lists. --- org.glite.lb.server/config/setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.glite.lb.server/config/setup b/org.glite.lb.server/config/setup index 575aa8e..3fa3233 100755 --- a/org.glite.lb.server/config/setup +++ b/org.glite.lb.server/config/setup @@ -485,10 +485,10 @@ $json "Service_ID": "`hostname -f`_lbserver", "Service_CreationTime": { "\$date": "`TZ=C date +%FT%TZ`" }, "Service_Endpoint_ID": "`hostname -f`_lbserver_org.glite.lb.Server", "Service_Endpoint_URL": "https://`hostname -f`:9003", - "Service_Endpoint_Capability": "information.logging", + "Service_Endpoint_Capability": [ "information.logging" ], "Service_Endpoint_Technology": "webservice", "Service_Endpoint_InterfaceName": "org.glite.lb.Server", - "Service_Endpoint_InterfaceVersion": "$GLITE_LB_INTERFACE_VERSION", + "Service_Endpoint_InterfaceVersion": [ "$GLITE_LB_INTERFACE_VERSION" ], "Service_Endpoint_ServingState": "production", "Service_Endpoint_QualityLevel": "production", "Service_Endpoint_WSDL": "http://egee.cesnet.cz/cms/export/sites/egee/en/WSDL/3.1/LB.wsdl" -- 1.8.2.3