~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-03-14 13:16:57 UTC
  • mfrom: (43.1.7 quantum-gateway)
  • Revision ID: james.page@canonical.com-20140314131657-m0vxmdkp2rgn4eha
[jacekn,r=james-page,t=james-page] Add option to support configuration of instance MTU.

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
  instance-mtu:
 
54
    type: int
 
55
    description: |
 
56
      Configure DHCP services to provide MTU configuration to instances
 
57
      within the cloud.  This is useful in deployments where its not
 
58
      possible to increase MTU on switches and physical servers to
 
59
      accomodate the packet overhead of using GRE tunnels.