From e148af84833ec3672ddaa1e4b1c5bf87fcdf0c6c Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Sat, 14 May 2016 11:19:14 +0200 Subject: Remove Nova EC2 deployment Nova EC2 does not exist anymore since Mitaka, parameters are already deprecated in Mitaka and send warnings to the Puppet catalog. The service has been replaced by ec2api project, where Puppet OpenStack team is currently writting a module. In the meantime we add support in TripleO, this patch removes all occurences of Nova EC2 configuration, which are useless and send warnings for nothing. Change-Id: Ief2d0e5c77b5ac58560606fee930fbd66c40ffc3 --- environments/enable-tls.yaml | 3 --- 1 file changed, 3 deletions(-) (limited to 'environments/enable-tls.yaml') 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'} -- cgit 1.2.3-korg