diff options
author | Sven Anderson <sven@redhat.com> | 2016-11-16 23:38:43 +0100 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2017-01-24 16:34:00 +0000 |
commit | e02c3c296219a774b5c8710a643144c903bbb0b4 (patch) | |
tree | 7eb4983ace271bd4299968d81bda8031620c6b0d /environments/services | |
parent | 44ec61345d128065df24ff99d04c11a82811df80 (diff) |
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
Diffstat (limited to 'environments/services')
-rw-r--r-- | environments/services/ec2-api.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |