~justin-fathomdb/charms/trusty/postgresql-proxy/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Justin SB
  • Date: 2014-11-07 23:35:21 UTC
  • Revision ID: justin@fathomdb.com-20141107233521-enigo0n9tzne1mh8
Add the new jxaas config options

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
options:
2
 
  jxaas-url:
3
 
    type: string
4
 
    default: ""
5
 
    description: |
6
 
      The JXaaS API endpoint
7
 
  jxaas-tenant:
8
 
    type: string
9
 
    default: ""
10
 
    description: |
11
 
      The JXaaS tenant
12
 
  jxaas-user:
13
 
    type: string
14
 
    default: ""
15
 
    description: |
16
 
      The JXaaS username
17
 
  jxaas-secret:
18
 
    type: string
19
 
    default: ""
20
 
    description: |
21
 
      The JXaaS password
 
2
    jxaas-url:
 
3
        type: string
 
4
        default: ""
 
5
        description: The JXaaS API endpoint
 
6
    jxaas-tenant:
 
7
        type: string
 
8
        default: ""
 
9
        description: The JXaaS tenant
 
10
    jxaas-user:
 
11
        type: string
 
12
        default: ""
 
13
        description: The JXaaS username
 
14
    jxaas-secret:
 
15
        type: string
 
16
        default: ""
 
17
        description: The JXaaS password
 
18
    jxaas-authmode:
 
19
        type: string
 
20
        default: ""
 
21
        description: The JXaaS authentication mode.  Values are 'openstack' or 'direct'
 
22
    protocol:
 
23
        type: string
 
24
        default: ""
 
25
        description: The JXaaS protocol to use; 'tls' to use encryption