~moon127/charms/trusty/ceilometer/add-execd-preinstall

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: James Page
  • Date: 2013-10-17 14:41:48 UTC
  • Revision ID: james.page@canonical.com-20131017144148-ry7miy44s1y1gcub
Tidy template, pass config values for logging

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
options:
2
2
  debug:
3
 
    default: "false"
4
 
    type: string
5
 
    description: "Enable debug logging"
 
3
    default: False
 
4
    type: boolean
 
5
    description: Enable debug logging
6
6
  verbose:
7
 
    default: "false"
8
 
    type: string
9
 
    description: "Enable verbose logging"
 
7
    default: False
 
8
    type: boolean
 
9
    description: Enable verbose logging
10
10
  openstack-origin:
11
11
    default: cloud:precise-grizzly
12
12
    type: string