]> review.fuel-infra Code Review - openstack-build/neutron-build.git/log
openstack-build/neutron-build.git
10 years agoMerge "Add VXLAN example to ovs_neutron_plugin.ini"
Jenkins [Sun, 12 Jan 2014 00:18:04 +0000 (00:18 +0000)]
Merge "Add VXLAN example to ovs_neutron_plugin.ini"

10 years agoMerge "Add test to port_security to test with security_groups"
Jenkins [Sat, 11 Jan 2014 07:14:14 +0000 (07:14 +0000)]
Merge "Add test to port_security to test with security_groups"

10 years agoMerge "Remove dupl. for get_resources in adv. services"
Jenkins [Fri, 10 Jan 2014 23:32:30 +0000 (23:32 +0000)]
Merge "Remove dupl. for get_resources in adv. services"

10 years agoMerge "Fix Migration 50e86cb2637a and 38335592a0dc"
Jenkins [Fri, 10 Jan 2014 17:32:02 +0000 (17:32 +0000)]
Merge "Fix Migration 50e86cb2637a and 38335592a0dc"

10 years agoMerge "Update the descriptions for the log cfg opts"
Jenkins [Fri, 10 Jan 2014 09:29:13 +0000 (09:29 +0000)]
Merge "Update the descriptions for the log cfg opts"

10 years agoFix Migration 50e86cb2637a and 38335592a0dc
Aaron Rosen [Thu, 9 Jan 2014 21:49:10 +0000 (13:49 -0800)]
Fix Migration 50e86cb2637a and 38335592a0dc

When the rename of quantum->neutron occurred here ee3fe4e8 it also renamed
the the table creation from quantum_nvp_port_mapping to
neutron_nvp_port_mapping. This went undetected for a long time because
when neutron-server starts up it pushes down the scheme for tables that
are not there so the table would be created.

Because of this the following migration 50e86cb2637a called
op.rename_table('neutron_nvp_port_mapping', 'neutron_nsx_port_mappings')
though the table name being used was quantum_nvp_port_mapping. Because of this
the quantum_id->nvp_id mapping was never migrated over to the new table and
you would be left with a quantum_nvp_port_mapping table hanging around.

In addition, the downgrade would rename the table to neutron_nvp_port_mapping
instead of quantum_nvp_port_mapping. This patch addresses this issues.

Change-Id: I4f80b7b9dc56996ecd83826ee65918f5311c7c4f
Closes-bug: #1267619

10 years agoAdd test to port_security to test with security_groups
Aaron Rosen [Wed, 8 Jan 2014 21:03:29 +0000 (13:03 -0800)]
Add test to port_security to test with security_groups

This patch adds a missing testcase to the port_security tests to test
for creating a port with port_security_enabled=False and passing in
a security group.

Closes-bug: #1267246
Change-Id: Ifb5a5571f016a5d7c5b5075c97dc27279cd79bb7

10 years agoMerge "Remove plugin_name_v2 and extension_manager in test_config"
Jenkins [Wed, 8 Jan 2014 21:14:41 +0000 (21:14 +0000)]
Merge "Remove plugin_name_v2 and extension_manager in test_config"

10 years agoMerge "neutron-rootwrap-xen-dom0 handles data from stdin"
Jenkins [Wed, 8 Jan 2014 18:56:02 +0000 (18:56 +0000)]
Merge "neutron-rootwrap-xen-dom0 handles data from stdin"

10 years agoMerge "Add security groups tables for ML2 plugin via migration"
Jenkins [Wed, 8 Jan 2014 00:57:00 +0000 (00:57 +0000)]
Merge "Add security groups tables for ML2 plugin via migration"

10 years agoMerge "Corrects broken format strings in check_i18n.py"
Jenkins [Tue, 7 Jan 2014 14:11:59 +0000 (14:11 +0000)]
Merge "Corrects broken format strings in check_i18n.py"

10 years agoUse base.BaseTestCase in NVP config test
Akihiro Motoki [Thu, 19 Dec 2013 09:05:57 +0000 (18:05 +0900)]
Use base.BaseTestCase in NVP config test

BaseTestCase setup stdout/stderr capture and
it is better to be used.

Change-Id: I3537a633125e5e474fda660581f41e5f57af26ca
Closes-Bug: 1262550

10 years agoRemove plugin_name_v2 and extension_manager in test_config
Akihiro MOTOKI [Sat, 26 Oct 2013 12:53:21 +0000 (21:53 +0900)]
Remove plugin_name_v2 and extension_manager in test_config

There are two ways to specify a core plugin and an extension manager
in the unit tests: test_config and arguments of the constructor.
Both are used and it sometimes makes it a bit difficult to debug.
This patch removes the way via test_config and makes constructor
arguments the only way to do it.

Also removes the default entries in test_config because they are
not used anywhere.

Change-Id: I491003f4246e62001e9b74743c8fbfa922088383
Closes-Bug: #1245335

10 years agoEnables quota extension on BigSwitch plugin
Kevin Benton [Mon, 6 Jan 2014 03:31:52 +0000 (03:31 +0000)]
Enables quota extension on BigSwitch plugin

Adds quotas to supported extensions in
BigSwitch plugin and adds db migration script
to create quota tables for BigSwitch plugin.

Closes-Bug: #1266334
Change-Id: I255b318fde792ef59fe2cf456df4be87135c65cd

10 years agoAdd security groups tables for ML2 plugin via migration
Eugene Nikanorov [Sat, 21 Dec 2013 16:08:10 +0000 (20:08 +0400)]
Add security groups tables for ML2 plugin via migration

Copy the migration from revision 3cb5d900c5de

Change-Id: Ie0f6f14d69e896727715ecce573b81275c7869dc
Closes-Bug: #1263304

10 years agoMerge "Rename nicira configuration elements to match new naming structure"
Jenkins [Sun, 5 Jan 2014 09:42:59 +0000 (09:42 +0000)]
Merge "Rename nicira configuration elements to match new naming structure"

10 years agoMerge "Fix race in get_network(s) in OVS plugin"
Jenkins [Sat, 4 Jan 2014 19:40:29 +0000 (19:40 +0000)]
Merge "Fix race in get_network(s) in OVS plugin"

10 years agoMerge "Mock looping_call in metadata agent tests"
Jenkins [Fri, 3 Jan 2014 12:46:52 +0000 (12:46 +0000)]
Merge "Mock looping_call in metadata agent tests"

10 years agoRename nicira configuration elements to match new naming structure
armando-migliaccio [Thu, 2 Jan 2014 21:02:11 +0000 (13:02 -0800)]
Rename nicira configuration elements to match new naming structure

- Every config item prefixed with nvp is prefixed with nsx
- deprecation qualifiers are added to preserve bw compatibility
- nicira/nvp.ini is renamed to vmware/nsx.ini
- symlink nicira/nvp.ini is created to point to vmware/nsx.ini
- UT added to verify that nvp.ini and old config items can still
  parsed correctly; bw-compat will be dropped in Juno

Partial-implements blueprint nicira-plugin-renaming

Change-Id: I676b868e61064cc5ff17e2246e83ba5c5e4a3449

10 years agoMerge "Start of new developer documentation"
Jenkins [Fri, 3 Jan 2014 01:39:35 +0000 (01:39 +0000)]
Merge "Start of new developer documentation"

10 years agoFix race in get_network(s) in OVS plugin
Eugene Nikanorov [Tue, 24 Dec 2013 11:08:22 +0000 (15:08 +0400)]
Fix race in get_network(s) in OVS plugin

Load network bindings eagerly with networks.
Otherwise a different db query could try to fetch network bindings
for already deleted networks. The issue is reproducible with
concurrent tempest network API tests.

Closes-Bug: 1263686
Change-Id: I0521ab162220c66a62491ff8e7e4a9f6d7bef6c4

10 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Thu, 2 Jan 2014 16:44:50 +0000 (16:44 +0000)]
Merge "Imported Translations from Transifex"

10 years agoMerge "Fix empty network deletion in db_base_plugin for postgresql"
Jenkins [Thu, 2 Jan 2014 13:05:32 +0000 (13:05 +0000)]
Merge "Fix empty network deletion in db_base_plugin for postgresql"

10 years agoImported Translations from Transifex
OpenStack Jenkins [Thu, 2 Jan 2014 06:34:00 +0000 (06:34 +0000)]
Imported Translations from Transifex

Change-Id: Ie39eae9336254407ac8688135f932763d860cf7b

10 years agoMerge "Remove unused imports"
Jenkins [Thu, 2 Jan 2014 03:45:17 +0000 (03:45 +0000)]
Merge "Remove unused imports"

10 years agoMerge "Add missing quota flags in the config file sample"
Jenkins [Wed, 1 Jan 2014 23:04:58 +0000 (23:04 +0000)]
Merge "Add missing quota flags in the config file sample"

10 years agoMerge "Fix NoSuchOptError in lbaas agent test"
Jenkins [Wed, 1 Jan 2014 23:03:11 +0000 (23:03 +0000)]
Merge "Fix NoSuchOptError in lbaas agent test"

10 years agoFix empty network deletion in db_base_plugin for postgresql
Eugene Nikanorov [Sat, 21 Dec 2013 20:48:48 +0000 (00:48 +0400)]
Fix empty network deletion in db_base_plugin for postgresql

Need to disable joined loads for port query in delete_network
as in other methods.

No unit test is being added, because the problem is not reproducible with
sqlite.

Closes-Bug: #1261652

Change-Id: I7a015be6f2f9b8ae43bc29a767d16af30120f13f

10 years agoMerge "nicira: fix db integrity error during port deletion"
Jenkins [Wed, 1 Jan 2014 16:43:35 +0000 (16:43 +0000)]
Merge "nicira: fix db integrity error during port deletion"

10 years agoMerge "Rename check_nvp_config utility tool"
Jenkins [Wed, 1 Jan 2014 16:17:54 +0000 (16:17 +0000)]
Merge "Rename check_nvp_config utility tool"

10 years agoRemove unused imports
Wu Wenxiang [Wed, 1 Jan 2014 13:59:07 +0000 (21:59 +0800)]
Remove unused imports

Remove unused imports in tools/install_venv.py

Change-Id: Ia2fbb4ece5c8bcdee96503f0f853f826ae4f3dfa
Closes-Bug: #1265267

10 years agonicira: fix db integrity error during port deletion
armando-migliaccio [Tue, 31 Dec 2013 13:51:43 +0000 (05:51 -0800)]
nicira: fix db integrity error during port deletion

Due to the fact that plugin port operations are not
transactional (as they involve non synchronized DB
and Controller operations), concurrent (interleaved)
port requests may accidentally cause the insertion
of the mapping entry (neutron-port-id, nvp-port-id)
more than once. In case this occurs, it's safe to
expect the failure and continue the normal process
of the operation being requested.

Closes-bug: #1265081

Change-Id: Ifcf5b453fa08145df844c2de3cbb08bf2f4baa59

10 years agoRename check_nvp_config utility tool
armando-migliaccio [Tue, 31 Dec 2013 16:08:24 +0000 (08:08 -0800)]
Rename check_nvp_config utility tool

Add new entry point whilst preserving the old ones
for backward compatibility.

Partial-implements blueprint nicira-plugin-renaming

Change-Id: I3c5b5dcd316df3867f434bbc35483a2636b715d8

10 years agoRemove redundant codes
shihanzhang [Tue, 31 Dec 2013 07:22:40 +0000 (15:22 +0800)]
Remove redundant codes

the code is redundant, it should be removed

Change-Id: I050bfc0b4d72037510dc2f3d729a564869a374c2
Closes-Bug: #1265132

10 years agoMerge "Add post-mortem debug option for tests"
Jenkins [Mon, 30 Dec 2013 07:27:27 +0000 (07:27 +0000)]
Merge "Add post-mortem debug option for tests"

10 years agoRemove dupl. for get_resources in adv. services
Paul Michali [Tue, 24 Dec 2013 21:17:02 +0000 (16:17 -0500)]
Remove dupl. for get_resources in adv. services

There is duplication of logic related to creating API resources
for advanced services extensions. Extracted the common logic
out into a new module that can be used by the services.
There are already UT cases in the services that exercises
the logic, so no new tests were added.

Change-Id: Ib52e2de6f215a1755f11a382dc4451a05ce3b147
Closes-Bug: 1258656

10 years agoStart of new developer documentation
Jay Pipes [Thu, 26 Dec 2013 21:04:19 +0000 (16:04 -0500)]
Start of new developer documentation

There is currently no useful developer-focused documentation in-tree
for Neutron. There are a smattering of useful documents on the
OpenStack wiki, however, there isn't a good organization to this
information, nor is there a condensed developer focus to a lot of it.
Some of the wiki pages are more proposals for features or bug fixes,
and there is a need for architecture, design, and code walk-through
documentation for Neutron to help with new (and existing) contribution.

This patch begins the process of adding developer documentation to Neutron.
It updates the main developer reference index.rst to pull in-line with what
Nova is doing, leaving some todo references for future patches. It also
adds a development.environment tutorial that is up-to-date with current
Neutron development, using tox/testr processes for running unit tests and
including a number of references to external wiki pages that have
instructions for using DevStack for OpenStack contribution/testing.

The next series of patches will add automodule documentation to the
developer reference for some of the major modules in Neutron.

Change-Id: I23aaa11d9a174f24242c49767b92540f5e25b48a
Addresses: blueprint quantum-developer-docs

10 years agoFix NoSuchOptError in lbaas agent test
Yuanchao Sun [Thu, 26 Dec 2013 07:20:23 +0000 (15:20 +0800)]
Fix NoSuchOptError in lbaas agent test

Option 'periodic_interval' doesn't exist when using testtools
to test lbaas agent, fix this by adding a mock object.

Change-Id: I5ef02d6fa154ea7a18ca77d02a2704b7e3990c3b
Closes-Bug: #1264260

10 years agoCorrects broken format strings in check_i18n.py
Jay Pipes [Tue, 24 Dec 2013 01:58:31 +0000 (20:58 -0500)]
Corrects broken format strings in check_i18n.py

In tools/check_i18n.py, the error messages printed out
had format strings that included 5 interpolations, but only
four variables were supplied. This patch simply corrects that
mismatch by including the name of the predicate or checker
that failed.

Closes-Bug: #1263813
Change-Id: I5cacee9ea000f56a9ef45f07367e85f20fa333c7

10 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Mon, 23 Dec 2013 23:40:18 +0000 (23:40 +0000)]
Merge "Imported Translations from Transifex"

10 years agoMerge "Send DHCP notifications regardless of agent status"
Jenkins [Mon, 23 Dec 2013 23:40:00 +0000 (23:40 +0000)]
Merge "Send DHCP notifications regardless of agent status"

10 years agoMerge "BigSwitch: Fixes floating IP backend updates"
Jenkins [Mon, 23 Dec 2013 16:13:25 +0000 (16:13 +0000)]
Merge "BigSwitch: Fixes floating IP backend updates"

10 years agoImported Translations from Transifex
OpenStack Jenkins [Mon, 23 Dec 2013 06:38:32 +0000 (06:38 +0000)]
Imported Translations from Transifex

Change-Id: I160bcb7cdc0acc2da2ced5980cae935c5850d700

10 years agoMerge "Fixes missing method in Hyper-V Utils (Metering)"
Jenkins [Sun, 22 Dec 2013 21:09:38 +0000 (21:09 +0000)]
Merge "Fixes missing method in Hyper-V Utils (Metering)"

10 years agoMerge "extra_dhcp_opt add checks for empty strings"
Jenkins [Sat, 21 Dec 2013 12:43:22 +0000 (12:43 +0000)]
Merge "extra_dhcp_opt add checks for empty strings"

10 years agoBigSwitch: Fixes floating IP backend updates
Kevin Benton [Thu, 19 Dec 2013 03:52:20 +0000 (03:52 +0000)]
BigSwitch: Fixes floating IP backend updates

Changes BigSwitch plugin to correctly use
admin context on floating IP updates to the
backend controller so they correctly contain
floating IPs for all tenants.

Closes-Bug: #1262488
Change-Id: I6f2666c242e6d9b0684943db073a2284d01fa1e0

10 years agoMerge "Do not trigger agent notification if bindings do not change"
Jenkins [Thu, 19 Dec 2013 23:18:16 +0000 (23:18 +0000)]
Merge "Do not trigger agent notification if bindings do not change"

10 years agoMerge "Remove start index 0 in range()"
Jenkins [Thu, 19 Dec 2013 22:46:27 +0000 (22:46 +0000)]
Merge "Remove start index 0 in range()"

10 years agoneutron-rootwrap-xen-dom0 handles data from stdin
Simon Pasquier [Mon, 16 Dec 2013 12:43:38 +0000 (13:43 +0100)]
neutron-rootwrap-xen-dom0 handles data from stdin

The neutron-rootwrap-xen-dom0 script and the netwrap plugin have been
modified to pass stdin from one to the other.

Change-Id: Ie97980873ed95f2c96eb68f8de611de1a733b130
Closes-Bug: #1259748

10 years agoSend DHCP notifications regardless of agent status
Maru Newby [Tue, 10 Dec 2013 16:10:42 +0000 (16:10 +0000)]
Send DHCP notifications regardless of agent status

The Neutron service, when under load, may not be able to process
agent heartbeats in a timely fashion.  This can result in
agents being erroneously considered inactive.  Previously, DHCP
notifications for which active agents could not be found were
silently dropped.  This change ensures that notifications for
a given network are sent to agents even if those agents do not
appear to be active.

Additionally, if no enabled dhcp agents can be found for a given
network, an error will be logged.  Raising an exception might be
preferable, but has such a large testing impact that it will be
submitted as a separate patch if deemed necessary.

Partial-bug: #1192381
Change-Id: Id3e639d9cf3d16708fd66a4baebd3fbeeed3dde8

10 years agoMerge "Add support for NSX/NVP Metadata services"
Jenkins [Wed, 18 Dec 2013 21:53:48 +0000 (21:53 +0000)]
Merge "Add support for NSX/NVP Metadata services"

10 years agoMerge "ml2/type_gre: Adds missing clear_db to test_type_gre.py"
Jenkins [Wed, 18 Dec 2013 20:27:46 +0000 (20:27 +0000)]
Merge "ml2/type_gre: Adds missing clear_db to test_type_gre.py"

10 years agoMerge "Midonet plugin: Fix source NAT"
Jenkins [Wed, 18 Dec 2013 17:07:14 +0000 (17:07 +0000)]
Merge "Midonet plugin: Fix source NAT"

10 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Wed, 18 Dec 2013 17:07:04 +0000 (17:07 +0000)]
Merge "Imported Translations from Transifex"

10 years agoMerge "Change default eswitchd port to avoid conflict"
Jenkins [Wed, 18 Dec 2013 17:06:54 +0000 (17:06 +0000)]
Merge "Change default eswitchd port to avoid conflict"

10 years agoMerge "ml2: gre, vxlan type driver can leak segment_id"
Jenkins [Wed, 18 Dec 2013 17:04:29 +0000 (17:04 +0000)]
Merge "ml2: gre, vxlan type driver can leak segment_id"

10 years agoMerge "fix --excluded of meter-label-rule-create is not working"
Jenkins [Wed, 18 Dec 2013 13:53:55 +0000 (13:53 +0000)]
Merge "fix --excluded of meter-label-rule-create is not working"

10 years agoMock looping_call in metadata agent tests
Oleg Bondarev [Wed, 18 Dec 2013 08:14:30 +0000 (12:14 +0400)]
Mock looping_call in metadata agent tests

Change-Id: Icb5146084730384bac1fb7d3176ce0cfcd565cc5
Closes-Bug: #1262089

10 years agoImported Translations from Transifex
OpenStack Jenkins [Wed, 18 Dec 2013 06:37:05 +0000 (06:37 +0000)]
Imported Translations from Transifex

Change-Id: I97f049cc4458a01e7f8d84a289c46ea8c57505f1

10 years agoChange default eswitchd port to avoid conflict
Irena Berezovsky [Thu, 5 Dec 2013 11:03:57 +0000 (13:03 +0200)]
Change default eswitchd port to avoid conflict

Previous default for eswitch/daemon_endpoint would set a TCP port (5001)
which is in the range of the well known ports.
Change to unreserved port (60001) will avoid that conflict.

Change-Id: I711c4659f497e44a6041ec9958835c1f2f4174a7
Closes-Bug: #1245885

10 years agoMidonet plugin: Fix source NAT
Dave Cahill [Tue, 17 Dec 2013 05:52:48 +0000 (05:52 +0000)]
Midonet plugin: Fix source NAT

Source NAT rule was being applied on the incorrect port.
It was being applied to the Neutron gateway port, not to
the MidoNet tenant / provider router link port.

Change-Id: Ib818c09adfb6957b7cad4523e5ce1fdffde9590b
Closes-Bug: #1261665

10 years agoAdd support for NSX/NVP Metadata services
armando-migliaccio [Thu, 26 Sep 2013 16:06:36 +0000 (09:06 -0700)]
Add support for NSX/NVP Metadata services

This is a feature patch (2 of 3) that adds support for
Metadata services provided by the NSX (aka NVP) platform.

It also implements the handling of port events so that
dhcp and metadata configuration in NSX/NVP is updated
if port attributes such as fixed_ips and device_id are
updated.

Partial-implements blueprint nsx-integrated-services

Change-Id: Id2b9125b49c0e15e717605ec6ba3dea5d32ee755

10 years agoUpdate the descriptions for the log cfg opts
Dan Prince [Tue, 17 Dec 2013 15:35:19 +0000 (10:35 -0500)]
Update the descriptions for the log cfg opts

The existing logging config descriptions are incorrect.

This fix makes the documented config settings for verbose/debug
match their current behaviour.

Change-Id: I1a3830ca616c379cd37593fb3c3ef30a0d368cd9
Closes-Bug: #1261793

10 years agoAdd VXLAN example to ovs_neutron_plugin.ini
Assaf Muller [Tue, 17 Dec 2013 15:05:15 +0000 (17:05 +0200)]
Add VXLAN example to ovs_neutron_plugin.ini

Change-Id: I512bc206f051b58ed346e1fc5247d692ba9bdba3

10 years agoImported Translations from Transifex
OpenStack Jenkins [Tue, 17 Dec 2013 06:38:08 +0000 (06:38 +0000)]
Imported Translations from Transifex

Change-Id: I769916f88b706074abc5ee0c8bc6806d26af09f0

10 years agoMerge "NVP: propagate net-gw update to backend"
Jenkins [Tue, 17 Dec 2013 03:58:47 +0000 (03:58 +0000)]
Merge "NVP: propagate net-gw update to backend"

10 years agoMerge "Include lswitch id in NSX plugin port mappings"
Jenkins [Tue, 17 Dec 2013 03:58:37 +0000 (03:58 +0000)]
Merge "Include lswitch id in NSX plugin port mappings"

10 years agoMerge "NVP plugin: Avoid timeouts if creating routers in parallel"
Jenkins [Tue, 17 Dec 2013 03:58:18 +0000 (03:58 +0000)]
Merge "NVP plugin: Avoid timeouts if creating routers in parallel"

10 years agoml2/type_gre: Adds missing clear_db to test_type_gre.py
Isaku Yamahata [Tue, 17 Dec 2013 03:00:22 +0000 (12:00 +0900)]
ml2/type_gre: Adds missing clear_db to test_type_gre.py

GreTypeTest.setUp() in test_type_gre.py should have
self.addCleanup(db.clear_db). This patch adds it.

Change-Id: I1f2ac5d2cae47812591fc5b50099053a4ad9ba85
Closes-Bug: #1261593

10 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Tue, 17 Dec 2013 01:34:04 +0000 (01:34 +0000)]
Merge "Imported Translations from Transifex"

10 years agoml2: gre, vxlan type driver can leak segment_id
Isaku Yamahata [Thu, 12 Dec 2013 09:47:37 +0000 (18:47 +0900)]
ml2: gre, vxlan type driver can leak segment_id

When multiple region of segment_id is specified, segment_id can leak
(will be never reused) on deletion of network.

Change-Id: Ia27b7e2c0ff4ab58be304e54123a679a5e35ab00
Closes-Bug: #1260262

10 years agoMerge "Update common network type consts to same origin"
Jenkins [Mon, 16 Dec 2013 16:10:40 +0000 (16:10 +0000)]
Merge "Update common network type consts to same origin"

10 years agoNVP: propagate net-gw update to backend
Salvatore Orlando [Fri, 13 Dec 2013 22:49:00 +0000 (14:49 -0800)]
NVP: propagate net-gw update to backend

When a network gateway's name is updated, propagate the
update to the backend.

Closes-Bug: #1261334
Change-Id: Icaae84e7f5373946e8c82e0e519528409925dd9d

10 years agoImported Translations from Transifex
OpenStack Jenkins [Mon, 16 Dec 2013 06:34:54 +0000 (06:34 +0000)]
Imported Translations from Transifex

Change-Id: I2b76e7d72593ce2ae6b1299257a917f01d8788ea

10 years agoMerge "Switch to using spawn to properly treat errors during sync_state"
Jenkins [Mon, 16 Dec 2013 01:10:55 +0000 (01:10 +0000)]
Merge "Switch to using spawn to properly treat errors during sync_state"

10 years agoNicira: Fix core_plugin path and update default values in README
Aaron Rosen [Fri, 13 Dec 2013 01:02:06 +0000 (17:02 -0800)]
Nicira: Fix core_plugin path and update default values in README

The following patch fixes the core_plugin path in the README file
which broke during the rename of quantum to neutron here ee3fe4e8.
This patch also updates a few of the default values and removes
the promise of adding support for multiple control clusters.

Issue reported by: Ben Lin <blin@nicira.com>

Change-Id: Ia46d80384efaa220685f98afa591177d00021362
Closes-bug: #1260550

10 years agoInclude lswitch id in NSX plugin port mappings
Salvatore Orlando [Sat, 26 Oct 2013 20:53:35 +0000 (13:53 -0700)]
Include lswitch id in NSX plugin port mappings

This patch adds the logical switch identifier in the model class
for describing mappings between neutron and nsx switch ports.
This will allow for a better handling of the chained logical switch
use case.

This patch also moves the routines for retrieving nsx identifiers
in a separate module in preparation for the introduction of async
operations and renames relevant model classes, attributes, and
functions from 'nvp' to 'nsx'.

Related to blueprint nvp-async-backend-communication
Related to blueprint nicira-plugin-renaming

Change-Id: I5fa1e8f0d863b7d1fc278ffdeac8acc076a843e8

10 years agoMerge "NVP plugin: Do backend router delete out from db transaction"
Jenkins [Sun, 15 Dec 2013 10:47:19 +0000 (10:47 +0000)]
Merge "NVP plugin: Do backend router delete out from db transaction"

10 years agoImported Translations from Transifex
OpenStack Jenkins [Sun, 15 Dec 2013 06:35:20 +0000 (06:35 +0000)]
Imported Translations from Transifex

Change-Id: Ib37e90be421f09b9e9d3324f7b3152b87226ac99

10 years agoMerge "Revert "move rpc_setup to the last step of __init__""
Jenkins [Sat, 14 Dec 2013 11:52:18 +0000 (11:52 +0000)]
Merge "Revert "move rpc_setup to the last step of __init__""

10 years agoMerge "Updates tox.ini to use new features"
Jenkins [Sat, 14 Dec 2013 07:58:56 +0000 (07:58 +0000)]
Merge "Updates tox.ini to use new features"

10 years agoRevert "move rpc_setup to the last step of __init__"
Mark McClain [Fri, 13 Dec 2013 21:53:09 +0000 (16:53 -0500)]
Revert "move rpc_setup to the last step of __init__"

This reverts commit f691ebe03916a78cbf18017d628a28b17f147700.

Change-Id: Idc0bb0e4401e2561f2d8e3132f14df14b7537448
Partial-Bug: #1253896

10 years agoextra_dhcp_opt add checks for empty strings
dekehn [Tue, 3 Dec 2013 22:28:55 +0000 (15:28 -0700)]
extra_dhcp_opt add checks for empty strings

When passing extra-dhcp-opt into the port-create where an empty string
is provided as opt_value='   ', the create and update routine will load the
empty string into the DB. The result when written to the opts file is:
"tag:ece4c8aa-15c9-4f6b-8c42-7d4e285734bf,option:server-ip-address", which
when read by dnsmasq has been tested to cause dnsmasq to segment fault.

Change-Id: I31de4a3d27092bb219d20221c5ef5a6b22e050dc
Closes-Bug: #1257467

10 years agoNVP plugin: Do backend router delete out from db transaction
Salvatore Orlando [Wed, 11 Dec 2013 23:10:11 +0000 (15:10 -0800)]
NVP plugin: Do backend router delete out from db transaction

Performing the NVP API operation from within a DB transaction
increases the risk of a deadlock between sqlalchemy and eventlet.

With this patch, the operation is moved outside of the db transaction
and appropriate mechanism are put in place for:
i) ensuring neutron db consistency in case of NVP failures
ii) avoiding deleting from backend if neutron logic does not allow it

This patch also synchronizes the routine for removing a router
gateway port from NVP.

Change-Id: I58d156e303e7a56ceb8c62766c192e154b0a3bb4
Closes-Bug: #1258150

10 years agoNVP plugin: Avoid timeouts if creating routers in parallel
Salvatore Orlando [Mon, 9 Dec 2013 15:53:24 +0000 (07:53 -0800)]
NVP plugin: Avoid timeouts if creating routers in parallel

There is a well-known issue of eventlet causing deadlocks with
mysql transactions; such condition might occur when
creating NVP routers in parallel.

To avoid this, this patch moves the long-running method
_update_router_gw_info outside of the mysql transaction, adding
the appropriate failure management code, and adds a lock to the
method _nvp_create_ext_gw_port, to ensure serial access to it.

Unit tests for verifying correct behaviour in case of failures
are added as well.

Closes Bug: #1251847

Change-Id: I2864e2f5bfd3982875ef9df97186f64a9fcaa0e0

10 years agoUpdates tox.ini to use new features
Sushil Kumar [Mon, 9 Dec 2013 14:02:49 +0000 (14:02 +0000)]
Updates tox.ini to use new features

tox 1.6 allows us to skip the sdist step, which is slow. This does that.
It also allows us to override the install line. In this case, it's
important as it allows us to stop getting pre-release software we
weren't asking for.

Original patch by Monty Taylor, talked about here:
http://lists.openstack.org/pipermail/openstack-dev/2013-September/015495.html

Change-Id: I87f172cfcc44c9afff9c5162791d6c6b31972702

10 years agoMerge "Updated from global requirements"
OpenStack Jenkins [Thu, 12 Dec 2013 04:14:22 +0000 (04:14 +0000)]
Merge "Updated from global requirements"

10 years agoMerge "Add X-Tenant-ID to metadata request"
Jenkins [Thu, 12 Dec 2013 00:33:03 +0000 (00:33 +0000)]
Merge "Add X-Tenant-ID to metadata request"

10 years agoMerge "move rpc_setup to the last step of __init__"
Jenkins [Thu, 12 Dec 2013 00:25:36 +0000 (00:25 +0000)]
Merge "move rpc_setup to the last step of __init__"

10 years agoMerge "Fix a race condition in agents status update code"
Jenkins [Wed, 11 Dec 2013 20:09:38 +0000 (20:09 +0000)]
Merge "Fix a race condition in agents status update code"

10 years agoAdd X-Tenant-ID to metadata request
Aaron Rosen [Mon, 7 Oct 2013 22:34:38 +0000 (15:34 -0700)]
Add X-Tenant-ID to metadata request

Previously, one could update a port's device_id to be that of
another tenant's instance_id and then be able to retrieve that
instance's metadata. In order to prevent this X-Tenant-ID is now
passed in the metadata request to nova and nova then checks that
X-Tenant-ID also matches the tenant_id for the instance against it's
database to ensure it's not being spoofed.

DocImpact - When upgrading OpenStack nova and neturon, neutron
            should be updated first (and neutron-metadata-agent
            restarted before nova is upgraded) in order to minimize
            downtime. This is because there is also a patch to nova
            which has checks X-Tenant-ID against it's database
            therefore neutron-metadata-agent needs to pass that
            before nova is upgraded for metadata to work.

Change-Id: I2b8fa2f561a7f2914608e68133abf15efa95015a
Closes-Bug: #1235450

10 years agoDo not trigger agent notification if bindings do not change
Salvatore Orlando [Wed, 27 Nov 2013 21:26:07 +0000 (13:26 -0800)]
Do not trigger agent notification if bindings do not change

The method _process_port_bindings for the ml2 plugin should not
return True when the host binding does not change, otherwise an
unnecessary notification will be sent to the agent

Closes-Bug: #1255680
Related-Bug: #1253896
Partially Implements: neutron-tempest-parallel

Change-Id: I8a40090af347ca430ff6c8e2211fa34bb2bd0f8c

10 years agofix --excluded of meter-label-rule-create is not working
Siming Yin [Wed, 11 Dec 2013 07:28:46 +0000 (15:28 +0800)]
fix --excluded of meter-label-rule-create is not working

rule['excluded'] is boolean type, should not be compared with 'true'

Closes-Bug: #1248002
Change-Id: Ie78c307ede1f7124c58354825a411474ff6c1234

10 years agomove rpc_setup to the last step of __init__
Yong Sheng Gong [Mon, 9 Dec 2013 13:01:17 +0000 (21:01 +0800)]
move rpc_setup to the last step of __init__

rpc setup should be the last stuff in agent initialization
so that the rcp message handler(the agent instance itself)
can have a fully initialized agent instance.

Change-Id: I58c966e2c8ee92c307b565932e867b5d1ec73b67
Closes-Bug: #1259088

10 years agoUpdated from global requirements
OpenStack Jenkins [Tue, 10 Dec 2013 00:17:38 +0000 (00:17 +0000)]
Updated from global requirements

Change-Id: Iec62e381c079d1a71bd5d49f09cf71f6f4f68f72

10 years agoSync global requirements to pin sphinx to sphinx>=1.1.2,<1.2
Morgan Fainberg [Tue, 10 Dec 2013 22:03:12 +0000 (14:03 -0800)]
Sync global requirements to pin sphinx to sphinx>=1.1.2,<1.2

Sync the global requirements to pin sphinx.  This addresses an issue
where Sphinx 1.2 is not building documents correctly and causing
check/gate to fail.

Change-Id: Iea62bf9f5a1a6b729ab2ddb6d0c6390a7dc9dca1

10 years agoUpdate common network type consts to same origin
Justin Hammond [Mon, 2 Sep 2013 16:58:10 +0000 (11:58 -0500)]
Update common network type consts to same origin

This patch removes new definitions of common network type constants (TYPE_FLAT,
TYPE_LOCAL, etc.) and modifies uses of aforementioned constants to a common
place where constants are defined (neutron.plugins.common.constants). This
patch does not change values that are equal in value but different in name:
NETWORK_TYPE_FLAT vs TYPE_FLAT. A second changeset will be made to handle that
case.

Unit tests were modified as well when they referred to the constant.

Finally, the ovs agent code refers to the OVS plugin constants directly and
these had to be changed as well. A TODO flag was put in that file due to use
of another plugin specific constant.

Network types that were only defined in a single plugin, such as mellanox's
infiniband (IB) network type was not carried over to the common constants file.

Fixes-bug: #1196170

Change-Id: Ib6bfc8275496a24bf247946d177c734b62ae44bb

10 years agoMerge "LBaaS: unify haproxy-on-host plugin driver and agent"
Jenkins [Tue, 10 Dec 2013 14:34:22 +0000 (14:34 +0000)]
Merge "LBaaS: unify haproxy-on-host plugin driver and agent"

10 years agoRemove start index 0 in range()
Wu Wenxiang [Tue, 10 Dec 2013 12:42:07 +0000 (20:42 +0800)]
Remove start index 0 in range()

Remove the useless arg ("start index" = 0) in files, since its default
value is 0, to make code cleaner.

Fixes bug #1259560

Change-Id: Id595630f97b21cc84aefc39b31e7f09f5fb8deb9

10 years agoMerge "Fix str2dict and dict2str's incorrect behavior"
Jenkins [Tue, 10 Dec 2013 12:06:06 +0000 (12:06 +0000)]
Merge "Fix str2dict and dict2str's incorrect behavior"