~juju/pyjuju/trunk

« back to all changes in this revision

Viewing changes to juju/charm/tests/repository/series/mysql-format-v2/config.yaml

  • Committer: Jim Baker
  • Date: 2012-06-22 19:14:11 UTC
  • mfrom: (537.3.43 charm-format-2)
  • Revision ID: jim.baker@canonical.com-20120622191411-iup7t51tcu68ccc9
merge charm-format-2 [r=fwereade,hazmat,niemeyer][f=901495,979859,1009221]

Adds format: 2 support to juju, while maintaining backwards
compatibility for old charms.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
options:
 
2
    query-cache-size:
 
3
        default: -1
 
4
        type: int
 
5
        description: Override the computed version from dataset-size. Still works if query-cache-type is "OFF" since sessions can override the cache type setting on their own.
 
6
    awesome:
 
7
        default: false
 
8
        type: boolean
 
9
        description: Set true to make this database engine truly awesome
 
10
    tuning-level:
 
11
        default: safest
 
12
        type: string
 
13
        description: Valid values are 'safest', 'fast', and 'unsafe'. If set to safest, all settings are tuned to have maximum safety at the cost of performance. Fast will turn off most controls, but may lose data on crashes. unsafe will turn off all protections.
 
14
    monkey-madness:
 
15
        default: 0.5
 
16
        type: float
 
17
        description: The amount of randomness to be desired in any data that is returned, from 0 (sane) to 1 (monkeys running the asylum).