~lazypower/charms/trusty/keystone/fix_proof

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Ante Karamatic
  • Date: 2014-02-25 11:34:13 UTC
  • Revision ID: ivoks@ubuntu.com-20140225113413-tlm02x1ibc6xb10d
Rewrite charm to get it more in line with other OpenStack charms.

Added support for contexts and templating. Makes use of charm-helpers
instead of relaying on its own tools (probably could use some additional work).

HA is currently non-functional. ETA for fixing: less than 2 days.

Show diffs side-by-side

added added

removed removed

Lines of Context:
122
122
    default: "False"
123
123
    type: string
124
124
    description: "Manage SSL certificates for all service endpoints."
 
125
  use-https:
 
126
    default: "no"
 
127
    type: string
 
128
    description: "Use SSL for Keystone itself. Set to 'yes' to enable it."