~kwmonroe/charms/trusty/xcat/deprecate

« back to all changes in this revision

Viewing changes to charms/trusty/xcat/config.yaml

  • Committer: jshieh at ibm
  • Date: 2015-02-10 19:26:23 UTC
  • Revision ID: jshieh@us.ibm.com-20150210192623-cj3as17w22a5803k
added base xcat install charm.Icon and copyright sill need to be added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
options:
 
2
  string-option:
 
3
    type: string
 
4
    default: "Default Value"
 
5
    description: "A short description of the configuration option"
 
6
  boolean-option:
 
7
    type: boolean
 
8
    default: False
 
9
    description: "A short description of the configuration option"
 
10
  int-option:
 
11
    type: int
 
12
    default: 9001
 
13
    description: "A short description of the configuration option"
 
14