~landscape/charms/trusty/keystone-apt/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: James Page
  • Date: 2014-04-16 08:20:08 UTC
  • mfrom: (52.2.30 keystone)
  • Revision ID: james.page@canonical.com-20140416082008-34w0nyak0y571tfp
[james-page,ivoks,hazmat,yolanda.robla,r=james-page,t=*]

Redux to used charm helpers
Support for Icehouse on 12.04 and 14.04
Support for Active/Active and SSL RabbitMQ
Support for SSL MySQL
Support for SSL endpoints
Support for PostgreSQL

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."
 
129
  ssl_cert:
 
130
    type: string
 
131
    description: |
 
132
      SSL certificate to install and use for API ports.  Setting this value
 
133
      and ssl_key will enable reverse proxying, point Keystone's entry in the
 
134
      Keystone catalog to use https, and override any certficiate and key
 
135
      issued by Keystone (if it is configured to do so).
 
136
  ssl_key:
 
137
    type: string
 
138
    description: SSL key to use with certificate specified as ssl_cert.
 
139
  ssl_ca:
 
140
    type: string
 
141
    description: |
 
142
      SSL CA to use with the certificate and key provided - this is only
 
143
      required if you are providing a privately signed ssl_cert and ssl_key.