neutron/neutron
Isaku Yamahata 9af846caf7 options: consolidate options definitions
Some config options(interface_driver, use_namespaces) are defined
multiple times in ad-hoc way.  It causes DuplicateOptError exception
when using those module at the same time.  Right now the exception is
avoided in ad-hoc way by each executable.  Those duplicated
definitions should be consolidated and treated in uniformed way.

This is the blocker for blueprint: l3-agent-consolidation

neutron.services.loadbalancer.drivers.haproxy.agent periodic_interval
conflicts with neutron.service one. Since there is no way to fix it
without changing existing behavior/default value, it is untouched for now.

Closes-bug: #1279769
Change-Id: Ifed79b7ee0033644854499416f8a2b22a20416fe
2014-02-24 13:25:11 +09:00
..
agent options: consolidate options definitions 2014-02-24 13:25:11 +09:00
api Use six.moves.urllib.parse instead of urlparse 2014-02-13 10:19:01 +08:00
cmd remove binaries under bin 2013-08-16 10:10:30 +08:00
common Merge "LBaaS: move agent based driver files into a separate dir" 2014-02-21 10:55:51 +00:00
db Merge "Ensure that session is rolled back on bulk creates" 2014-02-23 06:17:39 +00:00
debug options: consolidate options definitions 2014-02-24 13:25:11 +09:00
extensions Merge "Extending quota support for neutron LBaaS entities" 2014-02-23 14:52:52 +00:00
locale Imported Translations from Transifex 2014-02-23 06:27:52 +00:00
openstack Merge "Sync latest oslo.db code into neutron" 2014-02-23 22:21:40 +00:00
plugins Merge "Use six.moves.urllib.parse instead of urlparse" 2014-02-24 03:10:56 +00:00
scheduler Fix race condition in network scheduling to dhcp agent 2014-02-06 15:40:54 +04:00
server Re-enable lazy translation 2014-02-10 19:26:09 +00:00
services options: consolidate options definitions 2014-02-24 13:25:11 +09:00
tests options: consolidate options definitions 2014-02-24 13:25:11 +09:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
auth.py Return request-id in API response 2014-02-10 04:58:38 +09:00
context.py Stop logging unnecessary warning on context create 2013-11-28 09:17:18 +00:00
hooks.py Fixes Windows setup dependency bug 2013-08-15 22:58:14 +03:00
manager.py Configure plugins by name 2014-01-15 15:43:59 +08:00
neutron_plugin_base_v2.py Apply six for metaclass 2013-11-18 17:58:58 +09:00
policy.py Use save_and_reraise_exception when reraise exception 2014-02-14 00:15:37 +09:00
quota.py Add missing quota flags in the config file sample 2013-12-02 19:14:06 +01:00
service.py Use save_and_reraise_exception when reraise exception 2014-02-14 00:15:37 +09:00
version.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
wsgi.py Merge "Raise max header size to accommodate large tokens" 2014-02-23 21:26:48 +00:00