diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-12-22 23:14:16 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-12-22 23:14:17 +0000 |
commit | a63c2273edeea535e4d2b7fd816688abded51295 (patch) | |
tree | 7dda956995e73a654fc9901a7cc543060a3bbf91 /environments/tls-endpoints-public-ip.yaml | |
parent | a47ebf6df33d00c8d3f367a3271115a98c77ba1a (diff) | |
parent | 5d777f38e7df22393f8672559eb75ea0e7f42876 (diff) |
Merge "Use ws instead of http for Zaqar websocket endpoints"
Diffstat (limited to 'environments/tls-endpoints-public-ip.yaml')
-rw-r--r-- | environments/tls-endpoints-public-ip.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/environments/tls-endpoints-public-ip.yaml b/environments/tls-endpoints-public-ip.yaml index c9096f44..6586a547 100644 --- a/environments/tls-endpoints-public-ip.yaml +++ b/environments/tls-endpoints-public-ip.yaml @@ -65,6 +65,6 @@ parameter_defaults: ZaqarAdmin: {protocol: 'http', port: '8888', host: 'IP_ADDRESS'} ZaqarInternal: {protocol: 'http', port: '8888', host: 'IP_ADDRESS'} ZaqarPublic: {protocol: 'https', port: '13888', host: 'IP_ADDRESS'} - ZaqarWebSocketAdmin: {protocol: 'http', port: '9000', host: 'IP_ADDRESS'} - ZaqarWebSocketInternal: {protocol: 'http', port: '9000', host: 'IP_ADDRESS'} - ZaqarWebSocketPublic: {protocol: 'https', port: '9000', host: 'IP_ADDRESS'} + ZaqarWebSocketAdmin: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'} + ZaqarWebSocketInternal: {protocol: 'ws', port: '9000', host: 'IP_ADDRESS'} + ZaqarWebSocketPublic: {protocol: 'wss', port: '9000', host: 'IP_ADDRESS'} |