~moon127/charms/trusty/ceilometer/add-execd-preinstall

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: James Page
  • Date: 2013-10-18 13:38:01 UTC
  • Revision ID: james.page@canonical.com-20131018133801-hfj9nj0hr55knly6
Switch to using openstack context templating

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
    default: RegionOne
27
27
    type: string
28
28
    description: OpenStack Region
 
29
  rabbit-user:
 
30
    default: ceilometer
 
31
    type: string
 
32
    description: Username to request access on rabbitmq-server.
 
33
  rabbit-vhost:
 
34
    default: openstack
 
35
    type: string
 
36
    description: RabbitMQ virtual host to request access on rabbitmq-server.