~gandelman-a/charms/precise/keystone/qa-testing

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Adam Gandelman
  • Date: 2011-12-20 22:39:30 UTC
  • Revision ID: adamg@canonical.com-20111220223930-7bzi7yfb82gq0f9l
Update config.yaml

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
  debug:
3
3
    default: "false"
4
4
    type: string
5
 
    description: Enable verbose logging
 
5
    description: "Enable verbose logging"
6
6
  verbose:
7
7
    default: "false"
8
8
    type: string
9
 
    description: Enable debug logging
 
9
    description: "Enable debug logging"
10
10
  config-file:
11
11
    default: "/etc/keystone/keystone.conf"
12
12
    type: string
13
 
    description: Location of keystone configuration file
 
13
    description: "Location of keystone configuration file"
14
14
  service-port:
15
15
    default: 5000
16
16
    type: int
17
 
    description: Port the bind the API server to
 
17
    description: "Port the bind the API server to"
18
18
  admin-port:
19
19
    default: 35357
20
20
    type: int
21
 
    description: Port the bind the Admin API server to
 
21
    description: "Port the bind the Admin API server to"
22
22
  keystone-admin-role:
23
23
    default: "Admin"
24
24
    type: string
30
30
  admin-user:
31
31
    default: admin
32
32
    type: string
33
 
    description: Default admin user to create and manage
 
33
    description: "Default admin user to create and manage"
 
34
  # Note: This should only be specified in config for testing purposes.
 
35
  admin-password:
 
36
    default: None
 
37
    type: string
 
38
    description: "Admin password.  To be used *for testing only*.  Randomly generated by default."
34
39
  token-expiry:
35
40
    default: "2017-02-05T00:00"
36
41
    type: string
37
 
    description: Expiration date of generated admin tokens
 
42
    description: "Expiration date of generated admin tokens"
38
43
  # Database settings used to request access via shared-db-relation-* relations
39
44
  database:
40
45
    default: "keystone"
41
46
    type: string
42
 
    description: Database name
 
47
    description: "Database name"
43
48
  database-user:
44
49
    default: "keystone"
45
50
    type: string
46
 
    description: Database username
 
51
    description: "Database username"