Some GLUE2 data items for EMIR should be lists.
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 19 Sep 2012 08:23:09 +0000 (08:23 +0000)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Wed, 19 Sep 2012 08:23:09 +0000 (08:23 +0000)
org.glite.lb.server/config/setup

index 575aa8e..3fa3233 100755 (executable)
@@ -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"