aboutsummaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-12-22 23:14:16 +0000
committerGerrit Code Review <review@openstack.org>2016-12-22 23:14:17 +0000
commita63c2273edeea535e4d2b7fd816688abded51295 (patch)
tree7dda956995e73a654fc9901a7cc543060a3bbf91 /network
parenta47ebf6df33d00c8d3f367a3271115a98c77ba1a (diff)
parent5d777f38e7df22393f8672559eb75ea0e7f42876 (diff)
Merge "Use ws instead of http for Zaqar websocket endpoints"
Diffstat (limited to 'network')
-rw-r--r--network/endpoints/endpoint_map.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/network/endpoints/endpoint_map.yaml b/network/endpoints/endpoint_map.yaml
index 7ebb318f..95791677 100644
--- a/network/endpoints/endpoint_map.yaml
+++ b/network/endpoints/endpoint_map.yaml
@@ -82,9 +82,9 @@ parameters:
ZaqarAdmin: {protocol: http, port: '8888', host: IP_ADDRESS}
ZaqarInternal: {protocol: http, port: '8888', host: IP_ADDRESS}
ZaqarPublic: {protocol: http, port: '8888', host: IP_ADDRESS}
- ZaqarWebSocketAdmin: {protocol: http, port: '9000', host: IP_ADDRESS}
- ZaqarWebSocketInternal: {protocol: http, port: '9000', host: IP_ADDRESS}
- ZaqarWebSocketPublic: {protocol: http, port: '9000', host: IP_ADDRESS}
+ ZaqarWebSocketAdmin: {protocol: ws, port: '9000', host: IP_ADDRESS}
+ ZaqarWebSocketInternal: {protocol: ws, port: '9000', host: IP_ADDRESS}
+ ZaqarWebSocketPublic: {protocol: ws, port: '9000', host: IP_ADDRESS}
description: Mapping of service endpoint -> protocol. Typically set
via parameter_defaults in the resource registry.
CloudEndpoints: