~ubuntu-branches/ubuntu/vivid/neutron/vivid-updates

« back to all changes in this revision

Viewing changes to etc/neutron/plugins/ml2/ml2_conf.ini

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2015-03-30 11:17:19 UTC
  • mfrom: (1.1.21)
  • Revision ID: package-import@ubuntu.com-20150330111719-h0gx7233p4jkkgfh
Tags: 1:2015.1~b3-0ubuntu1
* New upstream milestone release:
  - d/control: Align version requirements with upstream.
  - d/control: Add new dependency on oslo-log.
  - d/p/*: Rebase.
  - d/control,d/neutron-plugin-hyperv*: Dropped, decomposed into
    separate project upstream.
  - d/control,d/neutron-plugin-openflow*: Dropped, decomposed into
    separate project upstream.
  - d/neutron-common.install: Add neutron-rootwrap-daemon and 
    neutron-keepalived-state-change binaries.
  - d/rules: Ignore neutron-hyperv-agent when installing; only for Windows.
  - d/neutron-plugin-cisco.install: Drop neutron-cisco-cfg-agent as
    decomposed into separate project upstream.
  - d/neutron-plugin-vmware.install: Drop neutron-check-nsx-config and
    neutron-nsx-manage as decomposed into separate project upstream.
  - d/control: Add dependency on python-neutron-fwaas to neutron-l3-agent.
* d/pydist-overrides: Add overrides for oslo packages.
* d/control: Fixup type in package description (LP: #1263539).
* d/p/fixup-driver-test-execution.patch: Cherry pick fix from upstream VCS
  to support unit test exection in out-of-tree vendor drivers.
* d/neutron-common.postinst: Allow general access to /etc/neutron but limit
  access to root/neutron to /etc/neutron/neutron.conf to support execution
  of unit tests in decomposed vendor drivers.
* d/control: Add dependency on python-neutron-fwaas to neutron-l3-agent
  package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
# extension_drivers =
27
27
# Example: extension_drivers = anewextensiondriver
28
28
 
 
29
# =========== items for MTU selection and advertisement =============
 
30
# (IntOpt) Path MTU.  The maximum permissible size of an unfragmented
 
31
# packet travelling from and to addresses where encapsulated Neutron
 
32
# traffic is sent.  Drivers calculate maximum viable MTU for
 
33
# validating tenant requests based on this value (typically,
 
34
# path_mtu - max encap header size).  If <=0, the path MTU is
 
35
# indeterminate and no calculation takes place.
 
36
# path_mtu = 0
 
37
 
 
38
# (IntOpt) Segment MTU.  The maximum permissible size of an
 
39
# unfragmented packet travelling a L2 network segment.  If <=0,
 
40
# the segment MTU is indeterminate and no calculation takes place.
 
41
# segment_mtu = 0
 
42
 
 
43
# (ListOpt) Physical network MTUs.  List of mappings of physical
 
44
# network to MTU value.  The format of the mapping is
 
45
# <physnet>:<mtu val>.  This mapping allows specifying a
 
46
# physical network MTU value that differs from the default
 
47
# segment_mtu value.
 
48
# physical_network_mtus =
 
49
# Example: physical_network_mtus = physnet1:1550, physnet2:1500
 
50
# ======== end of items for MTU selection and advertisement =========
 
51
 
29
52
[ml2_type_flat]
30
53
# (ListOpt) List of physical_network names with which flat networks
31
54
# can be created. Use * to allow flat networks with arbitrary