From 9087536ceadc9851b0839060a8c483330ddb0546 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Wed, 11 Jan 2017 18:37:15 +0200 Subject: Fix protocol for ZaqarWebsockets endpoint We needed to set the 'ws' protocol so we would get the correct endpoint map generated when using build_endpoint_map.py Change-Id: I6f2cfce058a803f1925c4e22f9791d0117a6c0e3 --- network/endpoints/endpoint_data.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'network/endpoints/endpoint_data.yaml') diff --git a/network/endpoints/endpoint_data.yaml b/network/endpoints/endpoint_data.yaml index 0178c4dd..9975df22 100644 --- a/network/endpoints/endpoint_data.yaml +++ b/network/endpoints/endpoint_data.yaml @@ -294,3 +294,4 @@ ZaqarWebSocket: Admin: net_param: ZaqarApi port: 9000 + protocol: ws -- cgit 1.2.3-korg