]> review.fuel-infra Code Review - openstack-build/neutron-build.git/log
openstack-build/neutron-build.git
11 years agoMerge "python3: Introduce py33 to tox.ini"
Jenkins [Sun, 2 Jun 2013 15:17:50 +0000 (15:17 +0000)]
Merge "python3: Introduce py33 to tox.ini"

11 years agoImported Translations from Transifex
OpenStack Jenkins [Sun, 2 Jun 2013 12:12:19 +0000 (12:12 +0000)]
Imported Translations from Transifex

Change-Id: I26ef92286c40267918e3990a4c2970731bf3bc17

11 years agopython3: Introduce py33 to tox.ini
Chuck Short [Sun, 2 Jun 2013 00:34:17 +0000 (19:34 -0500)]
python3: Introduce py33 to tox.ini

Introduce py33 to tox.ini to make testing with
python3 easier.

Change-Id: I6cf924921e3595baac94ae1567cb2bd68457377e
Signed-off-by: Chuck Short <chuck.short@canonical.com>
11 years agoMerge "Enable router extension in Brocade Plugin"
Jenkins [Sat, 1 Jun 2013 16:30:41 +0000 (16:30 +0000)]
Merge "Enable router extension in Brocade Plugin"

11 years agoMerge "Sphinx-ify QuantumPluginBaseV2 docstrings"
Jenkins [Fri, 31 May 2013 19:53:30 +0000 (19:53 +0000)]
Merge "Sphinx-ify QuantumPluginBaseV2 docstrings"

11 years agoEnable router extension in Brocade Plugin
Shiv Haris [Thu, 30 May 2013 23:43:06 +0000 (16:43 -0700)]
Enable router extension in Brocade Plugin

Fixes: bug 1166516
Change-Id: Ia3be25b9cdc21b217200997d1a447dccf8549d64

11 years agoMerge "Add L3 resources to policy.json"
Jenkins [Fri, 31 May 2013 14:51:15 +0000 (14:51 +0000)]
Merge "Add L3 resources to policy.json"

11 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Fri, 31 May 2013 14:29:03 +0000 (14:29 +0000)]
Merge "Imported Translations from Transifex"

11 years agoMerge "Make MidoNet plugin code more testable"
Jenkins [Fri, 31 May 2013 14:28:59 +0000 (14:28 +0000)]
Merge "Make MidoNet plugin code more testable"

11 years agoMerge "Fix typo"
Jenkins [Fri, 31 May 2013 14:28:55 +0000 (14:28 +0000)]
Merge "Fix typo"

11 years agoSphinx-ify QuantumPluginBaseV2 docstrings
Lorin Hochstein [Sun, 26 May 2013 20:42:21 +0000 (16:42 -0400)]
Sphinx-ify QuantumPluginBaseV2 docstrings

The quantum.quantum_plugin_base_v2 module had some good docstrings,
but there was no corresponding sphinx code that would generate
docs from them. There were also some syntax issues with the
sphinx markup in the docstrings.

This change adds sphinx directives so these docs will be auto-
generated. It also modifies the docstrings in the QuantumPluginBaseV2
methods so they are parsed by the Sphinx documentation generator
without any errors.

If this patch is accepted, a "Plugin API" link to these docs
will appear at

http://docs.openstack.org/developer/quantum/

Fixes bug 1186255

Change-Id: I96eddcc516d109766d7f4c52edd595748696b595

11 years agoImported Translations from Transifex
OpenStack Jenkins [Fri, 31 May 2013 12:12:09 +0000 (12:12 +0000)]
Imported Translations from Transifex

Change-Id: I9ad53953b1902c2538fe6888773ea0d7811371d3

11 years agoMerge "Control resource extension process defining required extensions"
Jenkins [Fri, 31 May 2013 08:08:37 +0000 (08:08 +0000)]
Merge "Control resource extension process defining required extensions"

11 years agoMerge "Fix Cisco nexus plugin failure for first VLAN on phy interface"
Jenkins [Fri, 31 May 2013 08:03:53 +0000 (08:03 +0000)]
Merge "Fix Cisco nexus plugin failure for first VLAN on phy interface"

11 years agoMerge "Fix pool update error in lbaas"
Jenkins [Fri, 31 May 2013 08:03:49 +0000 (08:03 +0000)]
Merge "Fix pool update error in lbaas"

11 years agoMerge "Rename requires files to standard names."
Jenkins [Fri, 31 May 2013 04:59:50 +0000 (04:59 +0000)]
Merge "Rename requires files to standard names."

11 years agoAdd L3 resources to policy.json
Aaron Rosen [Fri, 31 May 2013 02:33:55 +0000 (19:33 -0700)]
Add L3 resources to policy.json

This patch adds the l3 resources to policy.json. I tested changing the
rule to rule:admin_only for all the resources added and they were
enforced as expected.

Fixes bug 1186077

Change-Id: Ib5e2879165d9dc6416be4c96c62d6e49452d3be5

11 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Thu, 30 May 2013 23:09:10 +0000 (23:09 +0000)]
Merge "Imported Translations from Transifex"

11 years agoRename requires files to standard names.
Zhenguo Niu [Thu, 30 May 2013 05:36:22 +0000 (13:36 +0800)]
Rename requires files to standard names.

Rename tools/pip-requires to requirements.txt and tools/test-requires
to test-requirements.txt. These are standard files, and tools in the
general world are growing intelligence about them.

Fixes: bug #1179008
Change-Id: I6f8a11988982133249d443403f63b4f8724e156e

11 years agoFix Cisco nexus plugin failure for first VLAN on phy interface
Dane LeBlanc [Fri, 10 May 2013 21:54:04 +0000 (17:54 -0400)]
Fix Cisco nexus plugin failure for first VLAN on phy interface

Fixes bug 1174852

This fix changes the command being sent to the Nexus switch for
enabling a VLAN on an interface such that the 'add' keyword is
included only when there are prior VLANs already enabled on that
interface.

Change-Id: I466bcb839912b164b84be0e6721d87206c0e53eb

11 years agoAlign default value notation in configuration files
Gary Kotton [Thu, 30 May 2013 08:07:38 +0000 (08:07 +0000)]
Align default value notation in configuration files

Fixes bug 1185712

Change-Id: Id17779f8f464fcaf36bbab9f84c29e35d86214b7

11 years agoImported Translations from Transifex
OpenStack Jenkins [Thu, 30 May 2013 12:12:24 +0000 (12:12 +0000)]
Imported Translations from Transifex

Change-Id: I1927741396e5f4ab237267fd2cc72d19acc0481e

11 years agoFix pool update error in lbaas
Eugene Nikanorov [Thu, 30 May 2013 08:25:16 +0000 (12:25 +0400)]
Fix pool update error in lbaas

fixes bug 1185687

Do not notify namespace agent of modified pool
if pool doesn't have vip

Change-Id: Ibe3399aaa145d19fc758f08adb51c7ffefa5bb3a

11 years agoMerge "Fix ml2 stack trace when logging."
Jenkins [Thu, 30 May 2013 07:00:03 +0000 (07:00 +0000)]
Merge "Fix ml2 stack trace when logging."

11 years agoMerge "Refactor db_base_plugin_v2 and to remove code duplication"
Jenkins [Thu, 30 May 2013 01:19:14 +0000 (01:19 +0000)]
Merge "Refactor db_base_plugin_v2 and to remove code duplication"

11 years agoFix ml2 stack trace when logging.
Bob Kukura [Wed, 29 May 2013 22:18:41 +0000 (18:18 -0400)]
Fix ml2 stack trace when logging.

Change-Id: I8bbf6edd3e526483e7f04e3eeeea571a660235fa

11 years agoMerge "Initial Modular L2 plugin implementation."
Jenkins [Wed, 29 May 2013 17:21:04 +0000 (17:21 +0000)]
Merge "Initial Modular L2 plugin implementation."

11 years agoFix typo
Sean M. Collins [Tue, 28 May 2013 17:57:09 +0000 (13:57 -0400)]
Fix typo

Change-Id: I83bdbd5d58a217d616bb2bb68f82ef6586d7b715

11 years agoMerge "Configurable external gateway modes"
Jenkins [Wed, 29 May 2013 14:40:59 +0000 (14:40 +0000)]
Merge "Configurable external gateway modes"

11 years agoMerge "Remove unnecessary checks for MultipleResultsFound"
Jenkins [Wed, 29 May 2013 13:31:28 +0000 (13:31 +0000)]
Merge "Remove unnecessary checks for MultipleResultsFound"

11 years agoInitial Modular L2 plugin implementation.
Bob Kukura [Fri, 5 Oct 2012 15:50:39 +0000 (11:50 -0400)]
Initial Modular L2 plugin implementation.

The Modular L2 Plugin uses drivers to support separately extensible
sets of network types and of mechanisms for accessing networks of
those types. This is an initial implementation that has been tested
with the openvswitch and linuxbridge agents, and should also work with
the hyperv agent. See quantum/plugins/ml2/README for details.

Implements: blueprint modular-l2
Change-Id: Ia8cae480180f0990af7d5e5e56f29eaeac205e0e

11 years agoMerge "Revert dependency on oslo.config 1.2.0"
Jenkins [Wed, 29 May 2013 11:00:38 +0000 (11:00 +0000)]
Merge "Revert dependency on oslo.config 1.2.0"

11 years agoRemove unnecessary checks for MultipleResultsFound
Eugene Nikanorov [Wed, 29 May 2013 08:38:29 +0000 (12:38 +0400)]
Remove unnecessary checks for MultipleResultsFound

fixes bug 1185080

MultipleResultsFound exception is never thrown because model
queries are filtered by their primary key.

Change-Id: Id4a4ff84e134d3f1d177509193c4a14f830dfcc9

11 years agoMerge "Add sqlalchemy_pool_size option to default config files"
Jenkins [Wed, 29 May 2013 08:12:30 +0000 (08:12 +0000)]
Merge "Add sqlalchemy_pool_size option to default config files"

11 years agoMerge "Use exec_dirs for rootwrap commands"
Jenkins [Wed, 29 May 2013 08:12:27 +0000 (08:12 +0000)]
Merge "Use exec_dirs for rootwrap commands"

11 years agoRevert dependency on oslo.config 1.2.0
Mark McLoughlin [Tue, 28 May 2013 20:51:09 +0000 (21:51 +0100)]
Revert dependency on oslo.config 1.2.0

Fixes bug #1185174

This reverts commit b8b2c4e2f13345362bd7f8da2fb7 and 956b873.

We don't yet have the infrastructure in place to use latest oslo.config
in the gate or even get the correct metadata for it in our packaging.

The gory details are here:

  http://lists.openstack.org/pipermail/openstack-dev/2013-May/009586.html

Change-Id: Idf89ca418df158e6f94279c9c5fa44f23073a9d7

11 years agoAdd sqlalchemy_pool_size option to default config files
Aaron Rosen [Wed, 29 May 2013 03:38:31 +0000 (20:38 -0700)]
Add sqlalchemy_pool_size option to default config files

This patch exposes the sqlalchemy_pool_size option to config files of
plugins that already expose sql_ options besides sql_connection.

Fixes bug 1185260

Change-Id: Ifaff02fae5e5349efb992c071adc0b02f10d61a7

11 years agoMerge "metadata proxy will use syslog as default log"
Jenkins [Wed, 29 May 2013 00:11:09 +0000 (00:11 +0000)]
Merge "metadata proxy will use syslog as default log"

11 years agoFix update_port() so that it's done within the transaction
Aaron Rosen [Tue, 28 May 2013 19:49:20 +0000 (12:49 -0700)]
Fix update_port() so that it's done within the transaction

Fixes bug 1185152

Change-Id: I192991650a3562c73af550ec2288d1285412825c

11 years agoImported Translations from Transifex
OpenStack Jenkins [Tue, 28 May 2013 12:12:04 +0000 (12:12 +0000)]
Imported Translations from Transifex

Change-Id: Ie111c1f365640b62dbc21700c082a0a77ff91cc2

11 years agoUse exec_dirs for rootwrap commands
Dirk Mueller [Sat, 18 May 2013 15:06:30 +0000 (17:06 +0200)]
Use exec_dirs for rootwrap commands

Avoid depending on platform specific paths for rootwrap
by using exec_dirs in rootwrap. Fixes rootwrap configuration
for SUSE.

Fixes bug #1156044

Change-Id: I54d082c543fd84b40db0caa3571300ac0bb07b57

11 years agoRefactor db_base_plugin_v2 and to remove code duplication
Eugene Nikanorov [Tue, 28 May 2013 07:45:25 +0000 (11:45 +0400)]
Refactor db_base_plugin_v2 and to remove code duplication

fixes bug 1104379

Introduce CommonDbMixin which includes utility methods
to manipulate model queries.

Change-Id: Ib3602321328cbf945358e0581ecc649e3f69d196

11 years agoMerge "Add support for OVS l2 agent in XS/XCP domU."
Jenkins [Tue, 28 May 2013 03:44:29 +0000 (03:44 +0000)]
Merge "Add support for OVS l2 agent in XS/XCP domU."

11 years agoControl resource extension process defining required extensions
Salvatore [Wed, 15 May 2013 13:05:30 +0000 (15:05 +0200)]
Control resource extension process defining required extensions

Blueprint l3-ext-gw-modes

The resource extension process is slightly altered so that an
API extension can specify which extensions should be processed before
its attributes can be processed. This is needed to ensure the
l3-ext-gw-mode API extension sets up correctly validators and other
attributes for the external_gateway_info attribute

Change-Id: I7c05746e67b1324a73082dde8b5c862d631c083c

11 years agoConfigurable external gateway modes
Salvatore Orlando [Mon, 18 Feb 2013 09:57:39 +0000 (10:57 +0100)]
Configurable external gateway modes

Blueprint l3-ext-gw-modes

This patch introduces an API extension for enabling or disabling
source/destination NAT on the router gateway interface, and implements
support for this extension in the l3 agent, which has also been
refactored in order to ensure SNAT rules are applied (or removed)
in a single place in the process_router routine.
The patch therefore enables the extension on all plugins which
leverage this agent.
In this patch the validate_boolean function is re-introduced, as it
used for validating a field of the external_gateway_info dict.
The resource extension process is also slightly changed so that an
API extension can specify which extension should be processed before
its attributes can be processed. This is needed to ensure the
proper validator for external_gateway_info is installed.

Change-Id: Ia80cb56135229366b1706dd3c6d366e40cde1500

11 years agoMake MidoNet plugin code more testable
Ryu Ishimoto [Mon, 25 Feb 2013 16:34:46 +0000 (01:34 +0900)]
Make MidoNet plugin code more testable

Refactor plugin.py and midonet_lib.py to improve unit testing of
the MidoNet plugin.  Make all the tests pass in the plugin except
those that test features that are not currently supported by the
plugin, which are IPv6 and multiple subnets per network.
Consolidate the mocking code in mock_lib.py to be shared by
plugin.py and midonet_lib.py.

Change-Id: Idcdfc3d90d5ec9e0be29bb6833d336af596fe363
Fixes: bug #1133215
Signed-off-by: Ryu Ishimoto <ryu@midokura.com>
Signed-off-by: Tomoe Sugihara <tomoe@midokura.com>
11 years agoImported Translations from Transifex
OpenStack Jenkins [Mon, 27 May 2013 12:12:08 +0000 (12:12 +0000)]
Imported Translations from Transifex

Change-Id: Ib68cbb1f513ced852c91f19d3cad1976bd8ea28d

11 years agoMerge "Ensure API extensions for NVP are loaded by default"
Jenkins [Mon, 27 May 2013 00:12:26 +0000 (00:12 +0000)]
Merge "Ensure API extensions for NVP are loaded by default"

11 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Sun, 26 May 2013 23:07:18 +0000 (23:07 +0000)]
Merge "Imported Translations from Transifex"

11 years agoMerge "Added conversion specifier for proper log"
Jenkins [Sun, 26 May 2013 12:31:16 +0000 (12:31 +0000)]
Merge "Added conversion specifier for proper log"

11 years agoMerge "Nicira plugin: List ports on network gateways"
Jenkins [Sun, 26 May 2013 12:31:13 +0000 (12:31 +0000)]
Merge "Nicira plugin: List ports on network gateways"

11 years agoMerge "Perform a sync with oslo-incubator."
Jenkins [Sun, 26 May 2013 12:31:09 +0000 (12:31 +0000)]
Merge "Perform a sync with oslo-incubator."

11 years agoImported Translations from Transifex
OpenStack Jenkins [Sun, 26 May 2013 12:12:07 +0000 (12:12 +0000)]
Imported Translations from Transifex

Change-Id: Ic91b2aafdb2bc1e844ea04d0f87ae272475080d0

11 years agoAdded conversion specifier for proper log
Mukul [Fri, 24 May 2013 18:02:12 +0000 (23:32 +0530)]
Added conversion specifier for proper log

In function create_for_sg_rule conversion specifier after string varaible
"rule_id" was missed. It was causing an error during translation of debug
message due to unavailability of conversion specifier. Included proper
conversion specifier for getting proper debug log.

Fixes: bug #1183734
Change-Id: I0342a091fb8199273c1bb9af59c42c0e09c39349

11 years agometadata proxy will use syslog as default log
gongysh [Fri, 24 May 2013 01:49:33 +0000 (09:49 +0800)]
metadata proxy will use syslog as default log

Bug #1183614

Change-Id: I39f07fc7d232148c50cf85fbc4ca6ca7cde8fdfa

11 years agoEnsure API extensions for NVP are loaded by default
armando-migliaccio [Wed, 22 May 2013 05:10:13 +0000 (22:10 -0700)]
Ensure API extensions for NVP are loaded by default

Fixes bug #1182736

Change-Id: I286f5b69d58a4cd3a0e25a984559fdf37068a75c

11 years agoMerge "avoid auto scheduling one dhcp agent twice."
Jenkins [Fri, 24 May 2013 01:07:32 +0000 (01:07 +0000)]
Merge "avoid auto scheduling one dhcp agent twice."

11 years agoMerge "Fix typo in option group shortcut 'aGENT' in NEC plugin"
Jenkins [Fri, 24 May 2013 00:12:07 +0000 (00:12 +0000)]
Merge "Fix typo in option group shortcut 'aGENT' in NEC plugin"

11 years agoPerform a sync with oslo-incubator.
Clark Boylan [Wed, 22 May 2013 21:44:48 +0000 (14:44 -0700)]
Perform a sync with oslo-incubator.

This oslo-incubator sync pulls in a new log.py which will make quantum's
default log output format the same as nova, glance and cinder (once
cinder's corresponding oslo sync merges). This common log format
simplifies log indexing as part of CI and makes lives easier for
deployers.

This sync does add a requirement on six as jsonutils depends on it. It
updates install_venv_common.py to be python26 compatible. It also brings
in a bunch of recent python3 compatibility that was added to oslo.

Fixes bug 1183144

Change-Id: Id0f196d7b5680e5950e4a27d66042bf00ccd49e6

11 years agoMerge "Require oslo.config 1.2.0a2"
Jenkins [Thu, 23 May 2013 21:33:42 +0000 (21:33 +0000)]
Merge "Require oslo.config 1.2.0a2"

11 years agoFix typo in option group shortcut 'aGENT' in NEC plugin
Akihiro MOTOKI [Thu, 23 May 2013 21:23:45 +0000 (06:23 +0900)]
Fix typo in option group shortcut 'aGENT' in NEC plugin

Also adds a test to check if option group shortcuts work.

Fix bug #1183576

Change-Id: Ib2843f2b2b4e35964fb4bb5280fda8f5c9e2ba0c

11 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Thu, 23 May 2013 20:12:12 +0000 (20:12 +0000)]
Merge "Imported Translations from Transifex"

11 years agoRequire oslo.config 1.2.0a2
Mark McLoughlin [Wed, 22 May 2013 11:35:57 +0000 (12:35 +0100)]
Require oslo.config 1.2.0a2

Fixes bug #1182662

Commit 362bd7f switched us from using 'QUOTA' as a config file section
name to using 'quota'.

This broke backwards compatibility support for 'QUOTA' because the
version of oslo.config that has that compat support had not yet been
released. The gory details are summarized here:

  http://lists.openstack.org/pipermail/openstack-dev/2013-May/009448.html

Change-Id: I7826087147e0713edaaea85a72283998295e2281

11 years agoMerge "update mailmap"
Jenkins [Thu, 23 May 2013 19:45:39 +0000 (19:45 +0000)]
Merge "update mailmap"

11 years agoNicira plugin: List ports on network gateways
Salvatore Orlando [Thu, 23 May 2013 09:09:19 +0000 (11:09 +0200)]
Nicira plugin: List ports on network gateways

Bug 1183277

This patch adds a read-only attribute to the network gateway API
extension. This attribute will return the list of ports connected to
a gateway, including their segmentation types and ids.
This patch now adds joined load for a gateway's connections, thus
avoiding extra queries to the db.

Change-Id: I2b22c94eed5bc02be16771660008d31c74a8628e

11 years agoavoid auto scheduling one dhcp agent twice.
gongysh [Thu, 23 May 2013 03:45:49 +0000 (11:45 +0800)]
avoid auto scheduling one dhcp agent twice.

Bug #1183173

Change-Id: Iff7b23faae50e6736b253ca5a2b1280451127200

11 years agoImported Translations from Transifex
OpenStack Jenkins [Thu, 23 May 2013 12:12:03 +0000 (12:12 +0000)]
Imported Translations from Transifex

Change-Id: I25044718d1a8018994aed3fa5c0b18663dde663d

11 years agoMerge "remove unused db model for openvswitch plugin"
Jenkins [Thu, 23 May 2013 09:24:43 +0000 (09:24 +0000)]
Merge "remove unused db model for openvswitch plugin"

11 years agoupdate mailmap
Jiajun Liu [Thu, 23 May 2013 08:47:08 +0000 (08:47 +0000)]
update mailmap

Reflect new email address that I will be committing under.

Change-Id: I91d763f6020f6aa7a007417c341f952d1efd20c2

11 years agoFix quantum.conf comment
Gary Kotton [Thu, 23 May 2013 06:22:52 +0000 (06:22 +0000)]
Fix quantum.conf comment

Fixes bug 1183209

Change-Id: I87b47e5d5793fde0996712e05b4ddf12be07d3da

11 years agoremove unused db model for openvswitch plugin
Jiajun Liu [Thu, 23 May 2013 06:55:51 +0000 (06:55 +0000)]
remove unused db model for openvswitch plugin

remove unused TunnelIP db model.

fixes bug 1182759

Change-Id: I68c271019761e82a554c0d6c719b1689ef76eb98

11 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Wed, 22 May 2013 23:56:08 +0000 (23:56 +0000)]
Merge "Imported Translations from Transifex"

11 years agoMerge "Recycle IPs used by 'gateway' ports"
Jenkins [Wed, 22 May 2013 14:46:00 +0000 (14:46 +0000)]
Merge "Recycle IPs used by 'gateway' ports"

11 years agoMerge "Revert "Fix ./run_tests.sh --pep8""
Jenkins [Wed, 22 May 2013 14:45:57 +0000 (14:45 +0000)]
Merge "Revert "Fix ./run_tests.sh --pep8""

11 years agoImported Translations from Transifex
OpenStack Jenkins [Wed, 22 May 2013 12:12:12 +0000 (12:12 +0000)]
Imported Translations from Transifex

Change-Id: Ifad0cce53e9102e2fc2cd5abd4a14d59b5920c12

11 years agoreference quota options in lowercase
Jiajun Liu [Wed, 22 May 2013 07:28:39 +0000 (07:28 +0000)]
reference quota options in lowercase

QUOTAS section have been renamed to quotas so reference quota options in
lowercase.

fixes bug 1182772

Change-Id: Ia08cb51deacc26620e512020b6a3c3b67185ec34

11 years agoMerge "Fix Cisco Nexus plugin failures for vlan IDs 1006-4094"
Jenkins [Wed, 22 May 2013 06:51:44 +0000 (06:51 +0000)]
Merge "Fix Cisco Nexus plugin failures for vlan IDs 1006-4094"

11 years agoRevert "Fix ./run_tests.sh --pep8"
Monty Taylor [Fri, 17 May 2013 02:18:56 +0000 (02:18 +0000)]
Revert "Fix ./run_tests.sh --pep8"

We are explicitly trying to get rid of scripts like this and flake8 makes
this one non-necessary.
Fix run_tests.sh to run flake8 properly.

This reverts commit 42243d6eb221d52bf6f62f835726cbe026e43447

Change-Id: I435e34b6acde7931a75f456ccc88da6476581643

11 years agoMerge "Restore correct alias for network-gateway extension"
Jenkins [Wed, 22 May 2013 04:10:25 +0000 (04:10 +0000)]
Merge "Restore correct alias for network-gateway extension"

11 years agoMerge "Enable network to be scheduled to N DHCP agents"
Jenkins [Wed, 22 May 2013 04:10:22 +0000 (04:10 +0000)]
Merge "Enable network to be scheduled to N DHCP agents"

11 years agoRestore correct alias for network-gateway extension
Salvatore Orlando [Tue, 21 May 2013 23:24:13 +0000 (00:24 +0100)]
Restore correct alias for network-gateway extension

Bug 1182682

Change-Id: I85a93e6ccac32515c7ebb2dfe41ba67cf11c9d9f

11 years agoRecycle IPs used by 'gateway' ports
Salvatore Orlando [Tue, 21 May 2013 18:05:00 +0000 (20:05 +0200)]
Recycle IPs used by 'gateway' ports

Bug 1182602

Previous code simply removed IP allocation for these ports which
should never have an IP. This patch triggers IP recycling so the
IP addresses can be reused by other ports.

Change-Id: I594e02d5bbc78b219eab07e595cde713d6450ffe

11 years agoReference OVS OptGoup names in lowercase
Zhongyue Luo [Tue, 21 May 2013 16:37:00 +0000 (00:37 +0800)]
Reference OVS OptGoup names in lowercase

To have consistent option group name format across projects,
oslo.config now normalizes all non lowercase group names to lowercase
when loading conf files.
Thus conf files are backwards compatible but option group references
in the code must now use lowercase before we update oslo.config.

This patch replaces all 'OVS' references to 'ovs'

Change-Id: Id8697138d822e331a6776f847915c61b40f8dd6a

11 years agoMerge "Add update method of security group name and description"
Jenkins [Tue, 21 May 2013 16:13:53 +0000 (16:13 +0000)]
Merge "Add update method of security group name and description"

11 years agoEnable network to be scheduled to N DHCP agents
Gary Kotton [Wed, 1 May 2013 12:54:11 +0000 (12:54 +0000)]
Enable network to be scheduled to N DHCP agents

Fixes bug 1174132

Change-Id: Iabe96fd8a98f3539eb21268fb5ef58df8dbd8782

11 years agoMerge "Make endpoint_type configurable for the metadata agent"
Jenkins [Tue, 21 May 2013 14:06:22 +0000 (14:06 +0000)]
Merge "Make endpoint_type configurable for the metadata agent"

11 years agoMake endpoint_type configurable for the metadata agent
Oleg Bondarev [Tue, 14 May 2013 12:32:21 +0000 (16:32 +0400)]
Make endpoint_type configurable for the metadata agent

Fixes bug 1176227

Change-Id: Ib4efe29a08efb7ec391d6b16779b27aeb9178324

11 years agoMerge "Reference DEFAULT_SERVICETYPE OptGoup names in lowercase"
Jenkins [Tue, 21 May 2013 09:47:15 +0000 (09:47 +0000)]
Merge "Reference DEFAULT_SERVICETYPE OptGoup names in lowercase"

11 years agoMerge "Enable quantum-netns-cleanup to receive force as cli parameter"
Jenkins [Tue, 21 May 2013 09:39:51 +0000 (09:39 +0000)]
Merge "Enable quantum-netns-cleanup to receive force as cli parameter"

11 years agoMerge "Reference QUOTA OptGoup names in lowercase"
Jenkins [Tue, 21 May 2013 09:35:46 +0000 (09:35 +0000)]
Merge "Reference QUOTA OptGoup names in lowercase"

11 years agoMerge "Make logging level in unit tests configurable."
Jenkins [Tue, 21 May 2013 09:34:52 +0000 (09:34 +0000)]
Merge "Make logging level in unit tests configurable."

11 years agoEnable quantum-netns-cleanup to receive force as cli parameter
Gary Kotton [Thu, 16 May 2013 11:44:06 +0000 (11:44 +0000)]
Enable quantum-netns-cleanup to receive force as cli parameter

Fixes bug 1180767

Change-Id: Icd58fbe995129806426b70ea54d98f213988dbe5

11 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Tue, 21 May 2013 07:00:41 +0000 (07:00 +0000)]
Merge "Imported Translations from Transifex"

11 years agoMake logging level in unit tests configurable.
Ryota MIBU [Mon, 20 May 2013 05:36:39 +0000 (14:36 +0900)]
Make logging level in unit tests configurable.

Added a debug option to unittest(BaseTestCase) which sets logging level of
fixtures.FakeLogger to DEBUG. To enable this option, set OS_DEBUG=True or
OS_DEBUG=1 in environment variables.

Fixes: bug #1181925
Change-Id: Id09008ddabb837290edf12e1cbd014dc74760113

11 years agoMerge "Fix logic in api.v2.base.Controller._is_visible"
Jenkins [Tue, 21 May 2013 00:32:56 +0000 (00:32 +0000)]
Merge "Fix logic in api.v2.base.Controller._is_visible"

11 years agoMerge "Check network vlan ranges for correctness."
Jenkins [Mon, 20 May 2013 18:55:51 +0000 (18:55 +0000)]
Merge "Check network vlan ranges for correctness."

11 years agoImported Translations from Transifex
OpenStack Jenkins [Mon, 20 May 2013 12:12:02 +0000 (12:12 +0000)]
Imported Translations from Transifex

Change-Id: Id056834e767bc29e5bca4421677e6d8da122bba9

11 years agoFix logic in api.v2.base.Controller._is_visible
Eugene Nikanorov [Sun, 19 May 2013 14:01:33 +0000 (18:01 +0400)]
Fix logic in api.v2.base.Controller._is_visible

Fix accessing yet unassigned local variable in case
exception is thrown.

fixes bug 1181718

Change-Id: Iea8f0cc252c1d2105cc696d917a347aa10b206a8

11 years agoImported Translations from Transifex
OpenStack Jenkins [Sun, 19 May 2013 12:12:00 +0000 (12:12 +0000)]
Imported Translations from Transifex

Change-Id: I381510446f6990c4126ae4246138f578e4997433

11 years agoMerge "Add l3 attribute to network"
Jenkins [Sat, 18 May 2013 18:54:13 +0000 (18:54 +0000)]
Merge "Add l3 attribute to network"