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

« back to all changes in this revision

Viewing changes to .pc/fix-neutron-configuration.patch/etc/neutron.conf

  • 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:
146
146
# Maximum number of routes per router
147
147
# max_routes = 30
148
148
 
 
149
# =========== items for MTU selection and advertisement =============
 
150
# Advertise MTU.  If True, effort is made to advertise MTU
 
151
# settings to VMs via network methods (ie. DHCP and RA MTU options)
 
152
# when the network's preferred MTU is known.
 
153
# advertise_mtu = False
 
154
# ======== end of items for MTU selection and advertisement =========
 
155
 
149
156
# =========== items for agent management extension =============
150
157
# Seconds to regard the agent as down; should be at least twice
151
158
# report_interval, to be sure the agent is down for good
160
167
# Driver to use for scheduling a loadbalancer pool to an lbaas agent
161
168
# loadbalancer_pool_scheduler_driver = neutron.services.loadbalancer.agent_scheduler.ChanceScheduler
162
169
 
 
170
# (StrOpt) Representing the resource type whose load is being reported by
 
171
# the agent.
 
172
# This can be 'networks','subnets' or 'ports'. When specified (Default is networks),
 
173
# the server will extract particular load sent as part of its agent configuration object
 
174
# from the agent report state, which is the number of resources being consumed, at
 
175
# every report_interval.
 
176
# dhcp_load_type can be used in combination with network_scheduler_driver =
 
177
# neutron.scheduler.dhcp_agent_scheduler.WeightScheduler
 
178
# When the network_scheduler_driver is WeightScheduler, dhcp_load_type can
 
179
# be configured to represent the choice for the resource being balanced.
 
180
# Example: dhcp_load_type = networks
 
181
# Values:
 
182
#   networks - number of networks hosted on the agent
 
183
#   subnets -  number of subnets associated with the networks hosted on the agent
 
184
#   ports   -  number of ports associated with the networks hosted on the agent
 
185
# dhcp_load_type = networks
 
186
 
163
187
# Allow auto scheduling networks to DHCP agent. It will schedule non-hosted
164
188
# networks to first DHCP agent which sends get_active_networks message to
165
189
# neutron server
200
224
# l3_ha_net_cidr = 169.254.192.0/18
201
225
# =========== end of items for l3 extension =======
202
226
 
 
227
# ========== items for VLAN trunking networks ==========
 
228
# Setting this flag to True will allow plugins that support it to
 
229
# create VLAN transparent networks. This flag has no effect for
 
230
# plugins that do not support VLAN transparent networks.
 
231
# vlan_transparent = False
 
232
# ========== end of items for VLAN trunking networks ==========
 
233
 
203
234
# =========== WSGI parameters related to the API server ==============
204
235
# Number of separate worker processes to spawn.  The default, 0, runs the
205
236
# worker thread in the current process.  Greater than 0 launches that number of
581
612
[agent]
582
613
# Use "sudo neutron-rootwrap /etc/neutron/rootwrap.conf" to use the real
583
614
# root filter facility.
584
 
# Change to "sudo" to skip the filtering and just run the comand directly
 
615
# Change to "sudo" to skip the filtering and just run the command directly
585
616
# root_helper = sudo
586
617
 
587
618
# Set to true to add comments to generated iptables rules that describe