diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-01-11 18:37:15 +0200 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-01-11 18:37:15 +0200 |
commit | 9087536ceadc9851b0839060a8c483330ddb0546 (patch) | |
tree | ffc05bc9d3434aa5833b0402a9b5fcdc3a3d5071 | |
parent | f25458dce4b3a0526284e2db456a994498f35eb1 (diff) |
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
-rw-r--r-- | network/endpoints/endpoint_data.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |