~openstack-charmers/charms/trusty/neutron-api/0mq

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: james.page at ubuntu
  • Date: 2015-03-31 14:54:38 UTC
  • mfrom: (39.2.54 neutron-api-next)
  • Revision ID: james.page@ubuntu.com-20150331145438-rbo089wngrdj7mvq
Rebase

Show diffs side-by-side

added added

removed removed

Lines of Context:
285
285
          juju-myservice-0
286
286
      If you're running multiple environments with the same services in them
287
287
      this allows you to differentiate between them.
 
288
  enable-dvr:
 
289
    default: False
 
290
    type: boolean
 
291
    description: |
 
292
      Enable Distributed Virtual Routing (juno and above).
 
293
  enable-l3ha:
 
294
    default: False
 
295
    type: boolean
 
296
    description: |
 
297
      Enable L3 HA (juno and above).
 
298
  max-l3-agents-per-router:
 
299
    default: 2
 
300
    type: int
 
301
    description: |
 
302
      Maximum number of l3 agents to host a router. Only used when enable-l3ha
 
303
      is True
 
304
  min-l3-agents-per-router:
 
305
    default: 2
 
306
    type: int
 
307
    description: |
 
308
      Minimum number of l3 agents to host a router. Only used when enable-l3ha
 
309
      is True
288
310
  nagios_servicegroups:
289
311
    default: ""
290
312
    type: string