Fix protocol for ZaqarWebsockets endpoint
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>
Wed, 11 Jan 2017 16:37:15 +0000 (18:37 +0200)
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>
Wed, 11 Jan 2017 16:37:15 +0000 (18:37 +0200)
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

index 0178c4d..9975df2 100644 (file)
@@ -294,3 +294,4 @@ ZaqarWebSocket:
     Admin:
         net_param: ZaqarApi
     port: 9000
+    protocol: ws