~hazmat/pyjuju/proposed-support

« back to all changes in this revision

Viewing changes to juju/charm/tests/repository/series/funkyblog/metadata.yaml

  • Committer: kapil.thangavelu at canonical
  • Date: 2012-05-22 22:08:15 UTC
  • mfrom: (484.1.53 trunk)
  • Revision ID: kapil.thangavelu@canonical.com-20120522220815-acyt8m89i9ybe0w1
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
name: funkyblog
 
2
summary: "Blog engine"
 
3
description: "A funky blog engine"
 
4
provides:
 
5
  url:
 
6
    interface: http
 
7
    limit:
 
8
    optional: false
 
9
requires:
 
10
  write-db:
 
11
    interface: mysql
 
12
    limit: 1
 
13
    optional: false
 
14
  read-db:
 
15
    interface: mysql
 
16
    limit: 1
 
17
    optional: false