From e02c3c296219a774b5c8710a643144c903bbb0b4 Mon Sep 17 00:00:00 2001 From: Sven Anderson Date: Wed, 16 Nov 2016 23:38:43 +0100 Subject: Add ec2-api service This change adds the ec2api service using the tripleo::profile::base::nova::ec2api profile. The deprecated nova-cert service is not supported, and therefore the RegisterImage action is not supported either. Change-Id: I2510fd4ed935d8423216fff9ce3adf2d69c9c804 Depends-On: If4b091e1ca02f43aa9c65392baf8ceea007b7cfb --- environments/services/ec2-api.yaml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 environments/services/ec2-api.yaml (limited to 'environments/services') diff --git a/environments/services/ec2-api.yaml b/environments/services/ec2-api.yaml new file mode 100644 index 00000000..d751ba23 --- /dev/null +++ b/environments/services/ec2-api.yaml @@ -0,0 +1,3 @@ +# A Heat environment file which can be used to enable EC2-API service. +resource_registry: + OS::TripleO::Services::Ec2Api: ../../puppet/services/ec2-api.yaml -- cgit 1.2.3-korg