~canonical-ci-engineering/uci-engine/trunk

« back to all changes in this revision

Viewing changes to charms/precise/lander/metadata.yaml

  • Committer: Ubuntu CI Bot
  • Author(s): Celso Providelo
  • Date: 2015-01-07 14:33:28 UTC
  • mfrom: (911.1.8 charms-cleanup)
  • Revision ID: ubuntu_ci_bot-20150107143328-q0d037ojtopm3n9d
Removing the charms from UCI-E since they live in isolated branches now and also adjusting the run-tests to stop loading/running charm tests.

Updating local j-d copy to trunk (r126) for proper support for charm branch pinning. [r=Evan Dandrea]

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
name: lander
2
 
summary: Deploy the Lander service
3
 
maintainer: Francis Ginther <francis.ginther@canonical.com>
4
 
description: Deploys the lander service
5
 
categories:
6
 
  - misc
7
 
subordinate: true
8
 
requires:
9
 
  website:
10
 
    interface: http
11
 
    scope: container
12
 
  amqp:
13
 
    interface: rabbitmq
14
 
provides:
15
 
  lander:
16
 
    interface: lander
17
 
  json_status:
18
 
    interface: json_status
19
 
    optional: true
20
 
  proxy_logs:
21
 
    interface: proxy_logs
22
 
    optional: true