bccbad06af
Juju 2.0 provides support for network spaces, allowing charm authors to support direct binding of relations and extra-bindings onto underlying network spaces. Resync charm-helpers to pickup support in API endpoint resolution code and add API extra-bindings to the charm metadata. Change-Id: Ia70a1a1947c6c03896aa8e4807e84e3838d64ea9
27 lines
655 B
YAML
27 lines
655 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
|
|
extra-bindings:
|
|
public:
|
|
admin:
|
|
internal:
|
|
requires:
|
|
shared-db:
|
|
interface: mysql-shared
|
|
amqp:
|
|
interface: rabbitmq
|
|
identity-service:
|
|
interface: keystone
|
|
ha:
|
|
interface: hacluster
|
|
scope: container
|
|
peers:
|
|
cluster:
|
|
interface: heat-ha
|