~openstack-charmers/charms/precise/keystone/ha-support

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: James Page
  • Date: 2013-01-18 09:53:13 UTC
  • mfrom: (45.1.1 keystone)
  • Revision ID: james.page@canonical.com-20130118095313-zz73a4nygvwuroze
Updated default ha port to avoid conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    default: "/etc/keystone/keystone.conf"
27
27
    type: string
28
28
    description: "Location of keystone configuration file"
 
29
  log-level:
 
30
    default: WARNING
 
31
    type: string
 
32
    description: Log level (WARNING, INFO, DEBUG, ERROR)
29
33
  service-port:
30
34
    default: 5000
31
35
    type: int
95
99
      with the other members of the HA Cluster.
96
100
  ha-mcastport:
97
101
    type: int
98
 
    default: 5406
 
102
    default: 5403
99
103
    description: |
100
104
      Default multicast port number that will be used to communicate between
101
105
      HA Cluster nodes.
 
106
  # PKI enablement and configuration (Grizzly and beyond)
 
107
  enable-pki:
 
108
    default: "false"
 
109
    type: string
 
110
    description: "Enable PKI token signing (Grizzly and beyond)"