diff options
Diffstat (limited to 'environments/enable-tls.yaml')
-rw-r--r-- | environments/enable-tls.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/environments/enable-tls.yaml b/environments/enable-tls.yaml index e708688f..3ac40be3 100644 --- a/environments/enable-tls.yaml +++ b/environments/enable-tls.yaml @@ -34,9 +34,6 @@ parameter_defaults: NovaAdmin: {protocol: 'http', port: '8774', host: 'IP_ADDRESS'} NovaInternal: {protocol: 'http', port: '8774', host: 'IP_ADDRESS'} NovaPublic: {protocol: 'https', port: '13774', host: 'CLOUDNAME'} - 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'} |