~johnsca/charms/trusty/cf-cloud-controller/refactor

1 by Kapil Thangavelu
initial migration commit from github
1
options:
2
  source:
3
    type: string
4
    default: 'ppa:cf-charm/ppa'
5
    description: |
6
      Optional configuration to support use of additional sources such as:
7
      .
8
        - ppa:myteam/ppa
9
        - cloud:precise-proposed/folsom
10
        - http://my.archive.com/ubuntu main
11
      .
12
      The last option should be used in conjunction with the key configuration
13
      option.
14
      .
15
      Note that a minimum ceph version of 0.48.2 is required for use with this
16
      charm which is NOT provided by the packages in the main Ubuntu archive
17
      for precise but is provided in the Folsom cloud archive.
18
  key:
19
    type: string
20
    default: '4C430C3C2828E07D'
21
    description: |
22
      Key ID to import to the apt keyring to support use with arbitary source
23
      configuration from outside of Launchpad archives or PPA's.
24