~bjornt/charms/trusty/quantum-gateway-hardcode-eth1/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: James Page
  • Date: 2014-04-16 08:28:29 UTC
  • mfrom: (41.3.49 quantum-gateway)
  • Revision ID: james.page@canonical.com-20140416082829-o7ojjk3oes6ksb69
[yolanda.robla,james-page,hazmat,r=james-page,t=*]

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:
50
50
    type: string
51
51
    description: RabbitMQ Virtual Host
52
52
    default: openstack
 
53
  debug:
 
54
    default: False
 
55
    type: boolean
 
56
    description: Enable debug logging
 
57
  verbose:
 
58
    default: False
 
59
    type: boolean
 
60
    description: Enable verbose logging
53
61
  use-syslog:
54
62
    type: boolean
55
63
    default: False
62
70
      within the cloud.  This is useful in deployments where its not
63
71
      possible to increase MTU on switches and physical servers to
64
72
      accomodate the packet overhead of using GRE tunnels.
 
73
  database-user:
 
74
    default: nova
 
75
    type: string
 
76
    description: Username for database access
 
77
  database:
 
78
    default: nova
 
79
    type: string
 
80
    description: Database name