Comment 1 for bug 885551

Revision history for this message
Kapil Thangavelu (hazmat) wrote : Re: [Bug 885551] [NEW] config.yaml should allow for different types

Excerpts from Marco Ceppi's message of Thu Nov 03 03:54:24 UTC 2011:
> Public bug reported:
>
> Currently only string is an acceptable type for data in the config.yaml
> file. Other types should be added, primarily: enum, integer, and boolean
> to help maintain some sanity in configuration options.
>
> ** Affects: juju
> Importance: Undecided
> Status: New
>

There are some additional types available, although we should definitely add
some more. boolean and enum both sound good.

re existing types

integer -> 'int'
float -> 'float'