~zulcss/ubuntu/precise/quantum/trunk

« back to all changes in this revision

Viewing changes to etc/l3_agent.ini

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Adam Gandelman, Chuck Short, Soren Hansen
  • Date: 2012-09-07 18:50:09 UTC
  • mfrom: (2.1.11)
  • Revision ID: package-import@ubuntu.com-20120907185009-n6lh5tkcci19jz1h
Tags: 2012.2~rc1~20120907.1154-0ubuntu1
[ Adam Gandelman ]
* debian/control: Add missing python-keystone dependency.
* wrap-and-sort.

[ Chuck Short ]
* debian/rules:
  - Run testsuite on build.
  - Use get-orig-source.
  - Add python-amqplib, python-anyjson, python-httplib2, python-iso8601,
    python-kombu, python-lxml, python-netadr, python-pyudev to build depends
    and run time deps.
  - Add python-mock, python-mox, and python-unitest2 to build deps.
  - Add adduser as a dep to quantum-common.
* debian/control: Bump standards version to 3.9.3
* debian/quantum-common.install: Add missing configuration files.
  (LP: #988999)
* debian/quantum-plugin-linuxbridge.install: Make isntallable.
* Add manpages: gratitously ripped from debian.
* Fix up lintian warnings. (LP: #1025203), (LP: #1021921)
* Add metaplugin plugin.
* debian/patches/fix-namespace.patch: Dropped it was causing
  python namespace issues.
  (LP: #1045064)
* debian/*.upstart:
  - Specify configuration file and log directory.
  - Start on the right transition.
* debian/rules:
  - Allow to disable testsuite.
  - Dont fail if the testsuite fails.
* debian/patches/fix-quantum-configuration.patch: Fix configuration files.
* Add packaging for quantum-plugin-l3 and quantum-plugin-l3-agent
* Add packaging for quantum-plugin-dhcp-agent and quantum-plugin-dchp-agent
* debian/patches/fix-ubuntu-tests.patch: Fix testsuite failures.

[ Soren Hansen ]
* Update debian/watch to account for symbolically named tarballs and
  use newer URL.
* Add python-configobj as a build and run time dependency. Recently added
  tests need it, and the Cisco plugin has needed it for a while.
* Fix Launchpad URLs in debian/watch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[DEFAULT]
 
2
# Show debugging output in log (sets DEBUG log level output)
 
3
# debug = True
 
4
 
 
5
# L3 requires that an interface driver be set.  Choose the one that best
 
6
# matches your plugin.
 
7
 
 
8
# OVS
 
9
interface_driver = quantum.agent.linux.interface.OVSInterfaceDriver
 
10
# LinuxBridge
 
11
#interface_driver = quantum.agent.linux.interface.BridgeInterfaceDriver
 
12
 
 
13
# The Quantum user information for accessing the Quantum API.
 
14
auth_url = http://localhost:35357/v2.0
 
15
auth_region = RegionOne
 
16
admin_tenant_name = %SERVICE_TENANT_NAME%
 
17
admin_user = %SERVICE_USER%
 
18
admin_password = %SERVICE_PASSWORD%
 
19
 
 
20
# Use "sudo quantum-rootwrap /etc/quantum/rootwrap.conf" to use the real
 
21
# root filter facility.
 
22
# Change to "sudo" to skip the filtering and just run the comand directly
 
23
root_helper = /usr/bin/quantum-rootwrap /etc/quantum/rootwrap.conf
 
24
 
 
25
# Allow overlapping IP (Must have kernel build with CONFIG_NET_NS=y and
 
26
# iproute2 package that supports namespaces).
 
27
# use_namespaces = True
 
28
 
 
29
# If use_namespaces is set as False then the agent can only configure one router.
 
30
# This is done by setting the specific router_id.
 
31
# router_id =