~jjo/charms/trusty/heat/fix-heat_conf-encryption_key-and-auth_uri-lp1368645-lp1368621

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: heat
summary: OpenStack orchestration engine
maintainer: Yolanda Robla <yolanda.robla@canonical.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.
categories:
    - openstack
provides:
  heat:
    interface: heat
requires:
  shared-db:
    interface: mysql-shared
  amqp:
    interface: rabbitmq
  identity-service:
    interface: keystone