~cts-engineering/charms/trusty/neutron-api/neutron-mtu

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Edward Hope-Morley
  • Date: 2015-02-10 09:52:15 UTC
  • Revision ID: edward.hope-morley@canonical.com-20150210095215-ald95mw9fvhwsq2b
default to no network-device-mtu

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
    description: Name of the external network for floating IP addresses provided by Neutron.
51
51
  network-device-mtu:
52
52
    type: int
53
 
    default: 1500
 
53
    default: 0
54
54
    description: |
55
 
      The MTU size for the interfaces managed by neutron.
 
55
      The MTU size for the interfaces managed by neutron. If set to 0, no value
 
56
      will be applied.
56
57
  neutron-plugin:
57
58
    default: ovs
58
59
    type: string