
Ensure that EOL releases are removed from metadata and tests, and that the current dev release is enabled in metadata. Dev release tests are enabled separately because of chickens and eggs. Change-Id: I2a595e9e6a580178634b70f69e13d91af838afbd
38 lines
850 B
YAML
38 lines
850 B
YAML
name: heat
|
|
summary: OpenStack orchestration engine
|
|
maintainer: OpenStack Charmers <openstack-charmers@lists.ubuntu.com>
|
|
description: |
|
|
Heat is the main project in the OpenStack Orchestration program. It implements an
|
|
orchestration engine to launch multiple composite cloud applications based on
|
|
templates in the form of text files that can be treated like code.
|
|
tags:
|
|
- openstack
|
|
series:
|
|
- xenial
|
|
- bionic
|
|
- disco
|
|
- eoan
|
|
- trusty
|
|
extra-bindings:
|
|
public:
|
|
admin:
|
|
internal:
|
|
requires:
|
|
shared-db:
|
|
interface: mysql-shared
|
|
amqp:
|
|
interface: rabbitmq
|
|
identity-service:
|
|
interface: keystone
|
|
ha:
|
|
interface: hacluster
|
|
scope: container
|
|
certificates:
|
|
interface: tls-certificates
|
|
heat-plugin-subordinate:
|
|
interface: heat-plugin-subordinate
|
|
scope: container
|
|
peers:
|
|
cluster:
|
|
interface: heat-ha
|