diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-02-24 09:32:46 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-02-24 09:32:47 +0000 |
commit | 949b6d1cc247a66869c627a504436f1642481667 (patch) | |
tree | fff84f9edc4556d62434e18d254920a5951c7848 /environments | |
parent | ef73827d736124bf609b0c06ee6d0d05353bd596 (diff) | |
parent | dd7602ad82100617126be26d80a6d3f67cb739ac (diff) |
Merge "Allow vncproxy to work with ssl enabled"
Diffstat (limited to 'environments')
-rw-r--r-- | environments/enable-tls.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/environments/enable-tls.yaml b/environments/enable-tls.yaml index bc4d1bef..5794c6b4 100644 --- a/environments/enable-tls.yaml +++ b/environments/enable-tls.yaml @@ -33,6 +33,9 @@ parameter_defaults: NovaEC2Admin: {protocol: 'http', port: '8773', host: 'IP_ADDRESS'} NovaEC2Internal: {protocol: 'http', port: '8773', host: 'IP_ADDRESS'} NovaEC2Public: {protocol: 'https', port: '13773', host: 'CLOUDNAME'} + NovaVNCProxyAdmin: {protocol: 'http', port: '6080', host: 'IP_ADDRESS'} + NovaVNCProxyInternal: {protocol: 'http', port: '6080', host: 'IP_ADDRESS'} + NovaVNCProxyPublic: {protocol: 'https', port: '13080', host: 'CLOUDNAME'} SwiftAdmin: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'} SwiftInternal: {protocol: 'http', port: '8080', host: 'IP_ADDRESS'} SwiftPublic: {protocol: 'https', port: '13808', host: 'CLOUDNAME'} |