~charmers/charms/precise/heat/trunk

« back to all changes in this revision

Viewing changes to metadata.yaml

  • Committer: yolanda.robla at canonical
  • Date: 2013-11-19 12:14:57 UTC
  • Revision ID: yolanda.robla@canonical.com-20131119121457-qlntijhxskiwncuz
first version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
name: heat
 
2
summary: OpenStack orchestration engine
 
3
maintainer: Yolanda Robla <yolanda.robla@canonical.com>
 
4
description: |
 
5
Heat is the main project in the OpenStack Orchestration program. It implements an 
 
6
orchestration engine to launch multiple composite cloud applications based on 
 
7
templates in the form of text files that can be treated like code.
 
8
categories:
 
9
    - openstack
 
10
provides:
 
11
  heat:
 
12
    interface: heat
 
13
requires:
 
14
  shared-db:
 
15
    interface: mysql-shared
 
16
  amqp:
 
17
    interface: rabbitmq
 
18
  identity-service:
 
19
    interface: keystone
 
20