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 --- network/endpoints/endpoint_data.yaml | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'network/endpoints/endpoint_data.yaml') diff --git a/network/endpoints/endpoint_data.yaml b/network/endpoints/endpoint_data.yaml index f88a68f4..4dbe424c 100644 --- a/network/endpoints/endpoint_data.yaml +++ b/network/endpoints/endpoint_data.yaml @@ -134,21 +134,6 @@ Nova: '': /v2.1/%(tenant_id)s port: 8774 -NovaEC2: - Internal: - vip_param: NovaApi - uri_suffixes: - '': /services/Cloud - Public: - vip_param: Public - uri_suffixes: - '': /services/Cloud - Admin: - vip_param: NovaApi - uri_suffixes: - '': /services/Admin - port: 8773 - NovaVNCProxy: Internal: vip_param: NovaApi -- cgit 1.2.3-korg