~mthaddon/charms/trusty/content-fetcher/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Liam Young
  • Date: 2014-03-20 18:45:24 UTC
  • Revision ID: liam.young@canonical.com-20140320184524-yp7oy0issazqfgp1
Fixed up readme and switched archive_url to archive_location because in the case of swift its not a url

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
options:
2
 
  src_type:
3
 
    default: ""
4
 
    type: string
5
 
    description: Current valid options are 'http', 'https', 'ftp', 'file', 'bzr+ssh', 'lp' and 'swift'
6
2
  username:
7
3
    default: ""
8
4
    type: string
11
7
    default: ""
12
8
    type: string
13
9
    description: Secret to use, could be key or password. Used by swift
14
 
  archive_url:
 
10
  archive_location:
15
11
    default: ""
16
12
    type: string
17
 
    description: URL for archive or full path for swift. Used by all types
 
13
    description: URL for archive or path to file within the container for swift. Used by all types
18
14
  auth_url:
19
15
    default: ""
20
16
    type: string