~ubuntu-branches/ubuntu/raring/quantum/raring-proposed

« back to all changes in this revision

Viewing changes to etc/quantum.conf

  • Committer: Package Import Robot
  • Author(s): Chuck Short, Chuck Short, Yolanda Robla, James Page, Maru Newby
  • Date: 2013-01-11 09:14:35 UTC
  • mfrom: (2.1.17)
  • Revision ID: package-import@ubuntu.com-20130111091435-vaup7dwmtmajy5oe
Tags: 2013.1~g2-0ubuntu1
[ Chuck Short ]
* New upstream version. 
* debian/patches/fix-quantum-configuration.patch: Refreshed.

[ Yolanda Robla ]
* debian/quantum-l3-agent.quantum-metadata-agent.upstart: Add
  upstart configuration for Metadata Agent.
* debian/quantum-l3-agent.install: Added quantum-ns-metadata-proxy,
  quantum-metadata-agent and metadata_agent.ini.
* debian/patches/fix-quantum-configuration.patch: Update rootwrap
  configuration in metadata_agent.ini file.
* debian/changelog: Updated package version
* d/p/fix-quantum-configuration.patch: refresh patches

[ James Page ]
* d/*.install: Install entry points from bin directory instead
  of easy-install ones generated during the package build process
  (LP: #1085038).
* d/control: Drop BD on python-dev-all; its not required.
* d/rules: Install multiple upstart configurations for quantum-l3-agent.
* d/control: Tidy package descriptions.
* d/*.postrm: Drop as debhelper will generate update-rc.d calls in
  maintainer scripts if required.
* d/quantum-common.postinst: Tweak permissions setting so that /etc/quantum
  is not owned/writable by the quantum user, ensure that /etc/quantum/rootwrap*
  is owned by root:root.
* d/*agent*.postinst: Dropped as permissions now correctly set in
  quantum-common.
* d/patches/fix-quantum-configuration.patch: Re-add dropped fixes rootwrap and
  sqlite defaults for all plugins.
* d/control: Added new BD on alembic (>= 0.4.1~), version python-mock >= 1.0b1.

[ Maru Newby ]
* debian/control: Remove unnecessary openvswitch-vswitch dependency
  from quantum-plugin-openvswitch (LP: #1076747).

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
# api_extensions_path =
39
39
 
40
40
# Quantum plugin provider module
 
41
# core_plugin =
41
42
core_plugin = quantum.plugins.openvswitch.ovs_quantum_plugin.OVSQuantumPluginV2
42
43
 
43
44
# Advanced service modules
70
71
# Attention: the following parameter MUST be set to False if Quantum is
71
72
# being used in conjunction with nova security groups and/or metadata service.
72
73
# allow_overlapping_ips = False
 
74
# Ensure that configured gateway is on subnet
 
75
# force_gateway_on_subnet = False
 
76
 
73
77
 
74
78
# RPC configuration options. Defined in rpc __init__
75
79
# The messaging module to use, defaults to kombu.
186
190
 
187
191
# default driver to use for quota checks
188
192
# quota_driver = quantum.quota.ConfDriver
 
193
 
 
194
[DEFAULT_SERVICETYPE]
 
195
# Description of the default service type (optional)
 
196
# description = "default service type"
 
197
# Enter a service definition line for each advanced service provided
 
198
# by the default service type.
 
199
# Each service definition should be in the following format:
 
200
# <service>:<plugin>[:driver]