diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-05-16 20:36:36 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-05-16 20:36:36 +0000 |
commit | aeb9482f4b1ec9d78dc3ac44ee3c0b180cd27574 (patch) | |
tree | 8aefd35a7d526240628d4a8ef6eb07f8ebb95532 /environments | |
parent | 30c8663b9f3360e5c83413cf2b7487e99b805950 (diff) | |
parent | e148af84833ec3672ddaa1e4b1c5bf87fcdf0c6c (diff) |
Merge "Remove Nova EC2 deployment"
Diffstat (limited to 'environments')
-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'} |