~charmers/charms/precise/swift-storage/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Adam Gandelman
  • Date: 2011-09-07 21:56:48 UTC
  • Revision ID: adamg@canonical.com-20110907215648-bpkxu1wkym7y1bwj
config.yaml: Update use of 'str' to 'string'

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
options:
2
2
  swift-release:
3
3
    default: distro
4
 
    type: str
 
4
    type: string
5
5
    description: Swift PPA to configure (trunk, milestone, distro)
6
6
  block-device:
7
7
    default: sdb
8
 
    type: str
 
8
    type: string
9
9
    description: Block device to format, mount and use for storing swift objects (WARNING!)