From: František Dvořák Date: Wed, 19 Sep 2012 08:23:09 +0000 (+0000) Subject: Some GLUE2 data items for EMIR should be lists. X-Git-Tag: gridsite-core_R_1_7_23~22 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=ae6bd9a2782a3fa2150882078dff73be394450a1;p=jra1mw.git Some GLUE2 data items for EMIR should be lists. --- 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"