From: Juan Antonio Osorio Robles Date: Wed, 11 Jan 2017 16:37:15 +0000 (+0200) Subject: Fix protocol for ZaqarWebsockets endpoint X-Git-Tag: opnfv-6.0.0~1253^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=9087536ceadc9851b0839060a8c483330ddb0546;p=apex-tripleo-heat-templates.git 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 --- 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