]> review.fuel-infra Code Review - openstack-build/neutron-build.git/log
openstack-build/neutron-build.git
10 years agoMerge "Add request timeout handling for Mellanox Neutron Agent"
Jenkins [Sat, 7 Dec 2013 10:05:57 +0000 (10:05 +0000)]
Merge "Add request timeout handling for Mellanox Neutron Agent"

10 years agoMerge "Improve unit test coverage for Cisco plugin common code"
Jenkins [Fri, 6 Dec 2013 19:28:08 +0000 (19:28 +0000)]
Merge "Improve unit test coverage for Cisco plugin common code"

10 years agoMerge "Fix unable to add allow all IPv4/6 security group rule"
Jenkins [Fri, 6 Dec 2013 19:14:07 +0000 (19:14 +0000)]
Merge "Fix unable to add allow all IPv4/6 security group rule"

10 years agoMerge "Do not concatenate localized strings"
Jenkins [Fri, 6 Dec 2013 19:13:57 +0000 (19:13 +0000)]
Merge "Do not concatenate localized strings"

10 years agoMerge "Sync rpc fix from oslo-incubator"
Jenkins [Fri, 6 Dec 2013 19:13:48 +0000 (19:13 +0000)]
Merge "Sync rpc fix from oslo-incubator"

10 years agoMerge "Fix a typo in log exception in the metering agent"
Jenkins [Fri, 6 Dec 2013 19:13:38 +0000 (19:13 +0000)]
Merge "Fix a typo in log exception in the metering agent"

10 years agoFix a typo in log exception in the metering agent
Sylvain Afchain [Thu, 28 Nov 2013 16:30:47 +0000 (17:30 +0100)]
Fix a typo in log exception in the metering agent

This patch fixes a typo when there is a exception
when the agent try to invoke a method of the driver.

Change-Id: I4fcf19fa84f178348abfb3563bbfd52f0dfcc095
Closes-bug: #1256041

10 years agoSync rpc fix from oslo-incubator
Flavio Percoco [Fri, 6 Dec 2013 14:35:14 +0000 (15:35 +0100)]
Sync rpc fix from oslo-incubator

Sync the following fixes from oslo-incubator:

e227c0e Properly reconnect subscribing clients when QPID broker restarts
ef406a2 Create a shared queue for QPID topic consumers

Change-Id: I286edf6bc4a677aa61f60da785802c19878c79c7
Closes-bug: #1251757
Closes-bug: #1257293

10 years agoMerge "Handle failures on update_dhcp_port"
Jenkins [Fri, 6 Dec 2013 13:26:09 +0000 (13:26 +0000)]
Merge "Handle failures on update_dhcp_port"

10 years agoMerge "Sync dhcp_agent.ini with the codes"
Jenkins [Fri, 6 Dec 2013 12:49:15 +0000 (12:49 +0000)]
Merge "Sync dhcp_agent.ini with the codes"

10 years agoDo not concatenate localized strings
Dirk Mueller [Mon, 21 Oct 2013 11:03:04 +0000 (13:03 +0200)]
Do not concatenate localized strings

This makes it hard for translators to understand what is going
on. Use string formatting with kwargs expansion.

Change-Id: Ic9ad8bb4e3d9c32188f4175bb0359e268921696b

10 years agoImported Translations from Transifex
OpenStack Jenkins [Fri, 6 Dec 2013 06:31:57 +0000 (06:31 +0000)]
Imported Translations from Transifex

Change-Id: I10900cbcfdd3e1568d48dc2e17ccb1a426cd27cb

10 years agoMerge "Change to improve dhcp-agent sync_state"
Jenkins [Fri, 6 Dec 2013 03:42:29 +0000 (03:42 +0000)]
Merge "Change to improve dhcp-agent sync_state"

10 years agoMerge "Fix downgrade in migration"
Jenkins [Fri, 6 Dec 2013 00:00:45 +0000 (00:00 +0000)]
Merge "Fix downgrade in migration"

10 years agoImprove unit test coverage for Cisco plugin common code
Dane LeBlanc [Thu, 5 Dec 2013 22:04:55 +0000 (17:04 -0500)]
Improve unit test coverage for Cisco plugin common code

Closes-Bug: #1190615

This fix improves the unit test coverage for the Cisco Nexus plugin
common modules (directory neutron/plugins/cisco/common) from:
--- cisco_credentials_v2.py 82%
--- cisco_faults.py 0%
--- config.py 84%
To:
--- cisco_credentials_v2.py 100%
--- cisco_faults.py 76%
--- config.py 100%

Change-Id: Id1ccfee1317309039fab83f622ced58efc3b2ae7

10 years agoChange to improve dhcp-agent sync_state
Ed Bak [Tue, 3 Dec 2013 23:00:23 +0000 (23:00 +0000)]
Change to improve dhcp-agent sync_state

Added a pool.waitall to dhcp-agent sync_state
to ensure that the last pool of threads are complete
before another sync_state begins.  Added another
log message to aid in debugging. Also added the
test_sync_state_waitall unit test.

Change-Id: I13d79a212672c4086e3082783743cb1ef2b48cfb
Closes-Bug: #1257514

10 years agoMerge "Ensure NVP API connection port is always an integer"
Jenkins [Thu, 5 Dec 2013 16:59:47 +0000 (16:59 +0000)]
Merge "Ensure NVP API connection port is always an integer"

10 years agoFix downgrade in migration
Ann Kamyshnikova [Tue, 22 Oct 2013 10:29:26 +0000 (14:29 +0400)]
Fix downgrade in migration

In method downgrade_cisco in migration folsom_initial instead of
local method drop_tables op.drop_tables is used

Closes-Bug: #1243148

Change-Id: Ida6c52653c065e49c85141a7d1e61d394c1d709e

10 years agoMerge "Fix MeteringLabel model to not clear router's tenant id on deletion"
Jenkins [Thu, 5 Dec 2013 15:05:35 +0000 (15:05 +0000)]
Merge "Fix MeteringLabel model to not clear router's tenant id on deletion"

10 years agoMerge "Improve unit test coverage for Cisco plugin nexus code"
Jenkins [Thu, 5 Dec 2013 14:39:30 +0000 (14:39 +0000)]
Merge "Improve unit test coverage for Cisco plugin nexus code"

10 years agoMerge "Midonet to support port association at floating IP creation"
Jenkins [Thu, 5 Dec 2013 14:09:51 +0000 (14:09 +0000)]
Merge "Midonet to support port association at floating IP creation"

10 years agoMerge "metaplugin: use correct parameter to call neutron client"
Jenkins [Thu, 5 Dec 2013 11:00:40 +0000 (11:00 +0000)]
Merge "metaplugin: use correct parameter to call neutron client"

10 years agoMerge "Fix bad call in port_update in linuxbridge agent"
Jenkins [Thu, 5 Dec 2013 11:00:31 +0000 (11:00 +0000)]
Merge "Fix bad call in port_update in linuxbridge agent"

10 years agoMerge "Improve unit test coverage for Cisco plugin base code"
Jenkins [Thu, 5 Dec 2013 11:00:21 +0000 (11:00 +0000)]
Merge "Improve unit test coverage for Cisco plugin base code"

10 years agoMerge "Fix metering iptables driver doesn't read root_helper param"
Jenkins [Thu, 5 Dec 2013 10:56:32 +0000 (10:56 +0000)]
Merge "Fix metering iptables driver doesn't read root_helper param"

10 years agoMerge "atomically setup ovs ports"
Jenkins [Thu, 5 Dec 2013 09:52:40 +0000 (09:52 +0000)]
Merge "atomically setup ovs ports"

10 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Thu, 5 Dec 2013 09:46:11 +0000 (09:46 +0000)]
Merge "Imported Translations from Transifex"

10 years agoMerge "Handle exceptions on create_dhcp_port"
Jenkins [Thu, 5 Dec 2013 09:10:18 +0000 (09:10 +0000)]
Merge "Handle exceptions on create_dhcp_port"

10 years agoMerge "Fix misspells"
Jenkins [Thu, 5 Dec 2013 07:08:16 +0000 (07:08 +0000)]
Merge "Fix misspells"

10 years agoSync dhcp_agent.ini with the codes
Hui HX Xiang [Fri, 29 Nov 2013 04:38:10 +0000 (20:38 -0800)]
Sync dhcp_agent.ini with the codes

Add an option item into dhcp_agent.ini to sync with the codes.
* Add ovs_integration_bridge in /etc/dhcp_agent.ini
* Add corresponding unit test

Change-Id: Ia78e7ca6c1fcbeca3e962f870a393e44183d719c
closes-Bug: #1256197

10 years agoImported Translations from Transifex
OpenStack Jenkins [Thu, 5 Dec 2013 06:31:45 +0000 (06:31 +0000)]
Imported Translations from Transifex

Change-Id: Ibcfc7b6c53ef506a9dd9951e8ee2c4c558fd99b7

10 years agoHandle failures on update_dhcp_port
armando-migliaccio [Tue, 26 Nov 2013 22:45:24 +0000 (14:45 -0800)]
Handle failures on update_dhcp_port

Ensure exceptions due to conflicting
state of network or subnet resources
are dealt with by the dhcp agent.

Closes-bug:  #1253344
Related-bug: #1243726

Change-Id: I4fd51442c034fabc91d5a3f065f4df98f5fad35b

10 years agoHandle exceptions on create_dhcp_port
armando-migliaccio [Fri, 22 Nov 2013 02:42:08 +0000 (18:42 -0800)]
Handle exceptions on create_dhcp_port

If a network/subnet is deleted while creating the dhcp
port, the agent will detect a conflict on state of the
network and deal with it accordingly.

A concurrent delete may manifest itself via a number
of exceptions, IPAddressGenerationFailure amongst others,
hence the refactoring of the error handling logic into its
own utility method.

Partial-bug: #1253344
Related-bug: #1243726

Change-Id: I442beb5f82f3db8786eea53926903ef0ba0efbf1

10 years agoImported Translations from Transifex
OpenStack Jenkins [Wed, 4 Dec 2013 06:44:33 +0000 (06:44 +0000)]
Imported Translations from Transifex

Change-Id: I08f5f8be8a293e2bffad32f8290f20b693d715cc

10 years agoAdd vpnaas and debug filters to setup.cfg
Terry Wilson [Tue, 3 Dec 2013 23:26:07 +0000 (17:26 -0600)]
Add vpnaas and debug filters to setup.cfg

Change-Id: I44f7e4a44276a386b6e4d8bfb8370eb103787a21
Closes-Bug: 1257523

10 years agoFix misspells
Nachi Ueno [Tue, 3 Dec 2013 18:43:23 +0000 (10:43 -0800)]
Fix misspells

Change-Id: I8be38727ca55ebbead9032cf69f10a1006fd004b
Closes-bug:1257424

10 years agoMerge "Cisco nexus plugin fails to untrunk vlan if other hosts using vlan"
Jenkins [Tue, 3 Dec 2013 20:42:00 +0000 (20:42 +0000)]
Merge "Cisco nexus plugin fails to untrunk vlan if other hosts using vlan"

10 years agoMerge "Fix downgrade in migration"
Jenkins [Tue, 3 Dec 2013 16:52:18 +0000 (16:52 +0000)]
Merge "Fix downgrade in migration"

10 years agoMerge "Adds id in update_floatingip API in PLUMgrid plugin driver"
Jenkins [Tue, 3 Dec 2013 15:44:14 +0000 (15:44 +0000)]
Merge "Adds id in update_floatingip API in PLUMgrid plugin driver"

10 years agoMerge "Sync Log Levels from OSLO"
Jenkins [Tue, 3 Dec 2013 15:44:04 +0000 (15:44 +0000)]
Merge "Sync Log Levels from OSLO"

10 years agoFix bad call in port_update in linuxbridge agent
Darragh O'Reilly [Mon, 2 Dec 2013 12:49:50 +0000 (12:49 +0000)]
Fix bad call in port_update in linuxbridge agent

A call to update_device_down() was made on the wrong object.
Also adds unit tests for code paths to update_device_down() and
update_device_up().

Partial-Bug: 1256950
Change-Id: I34e364d4c29441d0b62b665a4ce1d02b5d08d465

10 years agoMerge "update error msg for invalid state to update vpn resources"
Jenkins [Tue, 3 Dec 2013 11:35:40 +0000 (11:35 +0000)]
Merge "update error msg for invalid state to update vpn resources"

10 years agoMerge "Move MidonetInterfaceDriver and use mm-ctl"
Jenkins [Tue, 3 Dec 2013 08:15:41 +0000 (08:15 +0000)]
Merge "Move MidonetInterfaceDriver and use mm-ctl"

10 years agoatomically setup ovs ports
Yong Sheng Gong [Tue, 3 Dec 2013 03:47:33 +0000 (11:47 +0800)]
atomically setup ovs ports

Change-Id: I7c4d4cac8150439f26b81d5727a5b7efb0a115f4
Closes-Bug: #1257014

10 years agoAdds id in update_floatingip API in PLUMgrid plugin driver
Edgar Magana [Tue, 3 Dec 2013 00:10:14 +0000 (16:10 -0800)]
Adds id in update_floatingip API in PLUMgrid plugin driver

The id parameter is missing in the update_floatingip API, this patch
adds it.

Change-Id: I7407fe34628f8ef03a946a11fea9dad8b0f6c256
Closes-Bug: #1257119

10 years agoSync Log Levels from OSLO
Peter Feiner [Fri, 29 Nov 2013 21:29:26 +0000 (16:29 -0500)]
Sync Log Levels from OSLO

The iso8601 debug messages were spamming neutron-server's logs.

cbfded9c Default iso8601 logging to WARN

Change-Id: Ia827e68783fd2079fe55ae24253488e61cd4c0ee
Closes-Bug: 1257107

10 years agoupdate error msg for invalid state to update vpn resources
Yong Sheng Gong [Mon, 2 Dec 2013 07:17:39 +0000 (15:17 +0800)]
update error msg for invalid state to update vpn resources

Change-Id: I6719fa359d0c14accfa8b9b440c2b7fbabbdcfdb
Closes-Bug: #1256766

10 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Mon, 2 Dec 2013 11:25:26 +0000 (11:25 +0000)]
Merge "Imported Translations from Transifex"

10 years agoMerge "Updates .gitignore"
Jenkins [Mon, 2 Dec 2013 09:35:25 +0000 (09:35 +0000)]
Merge "Updates .gitignore"

10 years agoMerge "Pass in certain ICMPv6 types by default"
Jenkins [Mon, 2 Dec 2013 07:45:58 +0000 (07:45 +0000)]
Merge "Pass in certain ICMPv6 types by default"

10 years agoImported Translations from Transifex
OpenStack Jenkins [Mon, 2 Dec 2013 06:39:07 +0000 (06:39 +0000)]
Imported Translations from Transifex

Change-Id: Ib10116cf71536ff8af7e09af257169057371448e

10 years agoMerge "Improve OVS agent logging for profiling"
Jenkins [Mon, 2 Dec 2013 04:02:35 +0000 (04:02 +0000)]
Merge "Improve OVS agent logging for profiling"

10 years agoFix unable to add allow all IPv4/6 security group rule
Aaron Rosen [Thu, 21 Nov 2013 13:28:28 +0000 (05:28 -0800)]
Fix unable to add allow all IPv4/6 security group rule

Previously, if one tried to add a rule to allow all ingress ipv4 neutron
would respond that the rule was already part of the security group.
This happened as the filter for querying existing rules uses a wildcard for
remote_group_id thus returning a false match. This patch addresses
this issue.

Change-Id: I0320013a3869d25fb424995354721929465d2848
Closes-bug: #1252806

10 years agoAdd request timeout handling for Mellanox Neutron Agent
Irena Berezovsky [Sun, 29 Sep 2013 11:09:44 +0000 (13:09 +0200)]
Add request timeout handling for Mellanox Neutron Agent

Add request timeout handling for messages sent to eswitch Daemon.
Using configurable number of retries and increasing waiting interval
between retries resend the message.
If request timeout persists, eswitch daemon is not reachable.
In such case, exit the agent process.

Closes-Bug: #1228827

Change-Id: If1290bedafe7a0dd8a61cbe328510075edeb1e5b

10 years agoMerge "Add support for NSX/NVP DHCP services"
Jenkins [Sat, 30 Nov 2013 04:09:11 +0000 (04:09 +0000)]
Merge "Add support for NSX/NVP DHCP services"

10 years agoMerge "Revert "ML2 plugin should not delete ports on subnet deletion""
Jenkins [Sat, 30 Nov 2013 01:44:17 +0000 (01:44 +0000)]
Merge "Revert "ML2 plugin should not delete ports on subnet deletion""

10 years agoRevert "ML2 plugin should not delete ports on subnet deletion"
Salvatore Orlando [Wed, 27 Nov 2013 14:09:25 +0000 (14:09 +0000)]
Revert "ML2 plugin should not delete ports on subnet deletion"

This reverts commit 0d131ff0e9964cb6a65f64809270f9d597c2d5d1

There is really no problem with this change. However, it is probably
triggering a port_update notification to the agent for each port
with an allocated IP.
The agent handles that notification in a way which might be improved
from a scalability perspective.

I don't actually want this change to removed, I am just checking
whether neutron without it passess jobs.

Change-Id: I5494b607127b261043dcddfdc10c93a28ec20af5
Related-Bug: 1253896
Related-Bug: 1254236

10 years agoImprove OVS agent logging for profiling
Salvatore Orlando [Fri, 29 Nov 2013 13:50:04 +0000 (05:50 -0800)]
Improve OVS agent logging for profiling

This patch adds some debug logging statements aimed at profiling
tasks in the agent's main rpc loop.
These logging capabilities will help gain some better insights into
the performance bottlenecks of the agent.

Part of blueprint neutron-tempest-parallel

Change-Id: Ied04b906dbbb9993283981bdee6c96e43a7d19a3

10 years agoMerge "Mock the udevadm in the TunnelTestWithMTU test"
Jenkins [Fri, 29 Nov 2013 07:21:25 +0000 (07:21 +0000)]
Merge "Mock the udevadm in the TunnelTestWithMTU test"

10 years agoMerge "Avoid loading policy when processing rpc requests"
Jenkins [Thu, 28 Nov 2013 21:14:17 +0000 (21:14 +0000)]
Merge "Avoid loading policy when processing rpc requests"

10 years agoMerge "Fix random unit-test failure for NVP advanced plugin"
Jenkins [Thu, 28 Nov 2013 21:09:41 +0000 (21:09 +0000)]
Merge "Fix random unit-test failure for NVP advanced plugin"

10 years agoMerge "Do not add DHCP info to subnet if DHCP is disabled"
Jenkins [Thu, 28 Nov 2013 20:01:14 +0000 (20:01 +0000)]
Merge "Do not add DHCP info to subnet if DHCP is disabled"

10 years agoMerge "Add test_handle_router_snat_rules_add_rules"
Jenkins [Thu, 28 Nov 2013 20:01:05 +0000 (20:01 +0000)]
Merge "Add test_handle_router_snat_rules_add_rules"

10 years agoMerge "Rebind allowed address pairs only if they changed"
Jenkins [Thu, 28 Nov 2013 19:58:53 +0000 (19:58 +0000)]
Merge "Rebind allowed address pairs only if they changed"

10 years agoFix metering iptables driver doesn't read root_helper param
Sylvain Afchain [Thu, 28 Nov 2013 16:17:11 +0000 (17:17 +0100)]
Fix metering iptables driver doesn't read root_helper param

With this patch the iptables driver instantiates the
iptables_manager with the correct root_helper value.

Change-Id: I9a37bae92dc12a8a78ea2d1b9fc5e995321ca322
Closes-bug: #1256036

10 years agoUpdates .gitignore
Zhenguo Niu [Thu, 28 Nov 2013 15:12:00 +0000 (23:12 +0800)]
Updates .gitignore

To ignore swap files from getting into repository
currently the implemented ignores are *.swp and *.swo
however vim adds more swap files if these files exists,
so improving this with *.sw?

Change-Id: Ie1b458d2b862e6cf2552ae5be6c6178b72e960ab
Closes-Bug: #1255876

10 years agoMerge "Optionally delete namespaces when they are no longer needed"
Jenkins [Thu, 28 Nov 2013 13:56:45 +0000 (13:56 +0000)]
Merge "Optionally delete namespaces when they are no longer needed"

10 years agoMerge "Fix showing nonexistent NetworkGateway throws 500 instead of 404"
Jenkins [Thu, 28 Nov 2013 13:51:56 +0000 (13:51 +0000)]
Merge "Fix showing nonexistent NetworkGateway throws 500 instead of 404"

10 years agoMerge "Stop logging unnecessary warning on context create"
Jenkins [Thu, 28 Nov 2013 12:44:06 +0000 (12:44 +0000)]
Merge "Stop logging unnecessary warning on context create"

10 years agoStop logging unnecessary warning on context create
Maru Newby [Wed, 27 Nov 2013 07:57:48 +0000 (07:57 +0000)]
Stop logging unnecessary warning on context create

The context was previously logging at the 'warn' level when unknown
kwargs were being passed to its __init__().  Since the agents were
passing tenant=None with each rpc request, this was generating an
unreasonable amount of log chatter that would not be useful to an
operator.  The fix is to log at the debug level instead so that
the operators don't see the output by default but developers can
still choose to.

Change-Id: I5c328f628c597eb949c1fe67b23120d2b5d1c7da
Related-Bug: #1254530
Partial-Bug: #1255441

10 years agoMerge "Fwaas can't run in operating system without namespace feature"
Jenkins [Thu, 28 Nov 2013 09:10:59 +0000 (09:10 +0000)]
Merge "Fwaas can't run in operating system without namespace feature"

10 years agoAvoid loading policy when processing rpc requests
Eugene Nikanorov [Thu, 28 Nov 2013 08:46:41 +0000 (12:46 +0400)]
Avoid loading policy when processing rpc requests

When Neutron server is restarted in the environment where multiple agents
are sending rpc requests to Neutron, it causes loading of policy.json
before API extensions are loaded. That causes different policy check
failures later on.
This patch avoids loading policy when creating a Context in rpc layer.

Change-Id: I66212baa937ec1457e0d284b5445de5243a8931f
Partial-Bug: 1254555

10 years agoMerge "Handle IPAddressGenerationFailure during get_dhcp_port"
Jenkins [Thu, 28 Nov 2013 04:57:37 +0000 (04:57 +0000)]
Merge "Handle IPAddressGenerationFailure during get_dhcp_port"

10 years agoMerge "Avoid dhcp agent race condition on subnet and network delete"
Jenkins [Thu, 28 Nov 2013 02:36:25 +0000 (02:36 +0000)]
Merge "Avoid dhcp agent race condition on subnet and network delete"

10 years agoImprove unit test coverage for Cisco plugin base code
Dane LeBlanc [Wed, 27 Nov 2013 22:24:35 +0000 (17:24 -0500)]
Improve unit test coverage for Cisco plugin base code

Closes-Bug: #1190621

This fix improves test code coverage for the file:
neutron/plugins/cisco/network_plugin.py
from 34% to 98%.

Some of the changes made to realize this code coverage improvements
are the following:
- Core API methods (create_network, update_network, etc.) have been
  removed from the core plugin (network_plugin.py). These methods
  are currently unused. Before this change, we relied on the underlying
  model layer to inform the core plugin whether or not the model layer
  was capable of handling these core API calls itself via a 'MANAGE_STATE'
  attribute. However, there is only one existing model layer
  implementation (i.e. for Nexus plugin; the N1KV plugin does not use
  network_plugin.py), and that model layer supports the core API calls.
  Given that it is unlikely that another model layer for the Cisco Nexus
  plugin will ever be developed (esp. with the availability of the ML2
  plugin), so it makes more sense to delete this untested code.
- Exception raising for non-existent credentials has been removed from
  get_credential_details and rename_credential methods since
  exceptions are already raised for this condition in lower-level
  credential database code.
- The schedule_host, associate_port, and detach_port methods are
  deleted because these essentially do nothing useful (log a debug
  message and then return None), since these methods look for
  the same-named methods in the model layer, but these methods are
  not defined in the model layer.
- The helper functions _invoke_device_plugins and _func_name are
  deleted because they are no longer used.
- In unit test code for the Cisco QoS and credentials database, calls
  are now made indirectly through the core plugin (network_plugin.py)
  extension API methods, as a quick-and-easy way to provide code
  coverage for these core plugin methods.

Change-Id: I0c0d9e2b251a7c0355d83e495912302c5cc4d032

10 years agoMerge "Apply six for metaclass"
Jenkins [Wed, 27 Nov 2013 20:31:05 +0000 (20:31 +0000)]
Merge "Apply six for metaclass"

10 years agoMerge "Added check on plugin.supported_extension_aliases"
Jenkins [Wed, 27 Nov 2013 19:34:36 +0000 (19:34 +0000)]
Merge "Added check on plugin.supported_extension_aliases"

10 years agoMerge "Rebind security groups only when they're updated"
Jenkins [Wed, 27 Nov 2013 19:32:14 +0000 (19:32 +0000)]
Merge "Rebind security groups only when they're updated"

10 years agoMerge "Fix downgrade in migration"
Jenkins [Wed, 27 Nov 2013 19:20:21 +0000 (19:20 +0000)]
Merge "Fix downgrade in migration"

10 years agoMerge "Mocking ryu plugin notifier in ryu plugin test"
Jenkins [Wed, 27 Nov 2013 18:27:58 +0000 (18:27 +0000)]
Merge "Mocking ryu plugin notifier in ryu plugin test"

10 years agoPass in certain ICMPv6 types by default
Sean M. Collins [Fri, 18 Oct 2013 18:33:23 +0000 (14:33 -0400)]
Pass in certain ICMPv6 types by default

This allows instances to do SLAAC configuration, without requiring
explicit security group rules to do so.

Closes-Bug: #1242933

Change-Id: I517c66a470296141c0024a64e39b6d40b0c0d581

10 years agoMerge "Fix format errors seen in rpc logging"
Jenkins [Wed, 27 Nov 2013 15:46:23 +0000 (15:46 +0000)]
Merge "Fix format errors seen in rpc logging"

10 years agoEnsure NVP API connection port is always an integer
Salvatore Orlando [Wed, 27 Nov 2013 13:06:20 +0000 (05:06 -0800)]
Ensure NVP API connection port is always an integer

Convert the 'port' part of a NVP endpoint to int before passing
it to the NVP API client.

Change-Id: I15137d943ab950cb5cc80d7af2971bce3ac1a265
Closes-Bug: #1255519

10 years agoMerge "Send only one agent notification on port update"
Jenkins [Wed, 27 Nov 2013 12:30:13 +0000 (12:30 +0000)]
Merge "Send only one agent notification on port update"

10 years agoMocking ryu plugin notifier in ryu plugin test
Akihiro Motoki [Wed, 27 Nov 2013 10:09:01 +0000 (19:09 +0900)]
Mocking ryu plugin notifier in ryu plugin test

Previously RPC notifier is not mocked in ryu plugin test and the
plugin tries to send RPC notifications. It may interact with
impl_fake RPC set up in previous tests by other plugin
and sometimes leads to unexpected ovs-vsctl invoking.

Change-Id: I11714a160faa4d3ded7f312c39afba0b426ccd8a
Closes-Bug: #1255421

10 years agoMerge "fixes test_kill_pids_in_file conflicts"
Jenkins [Wed, 27 Nov 2013 10:16:46 +0000 (10:16 +0000)]
Merge "fixes test_kill_pids_in_file conflicts"

10 years agoRebind security groups only when they're updated
Salvatore Orlando [Tue, 26 Nov 2013 17:53:49 +0000 (09:53 -0800)]
Rebind security groups only when they're updated

Update the security port bindings for a port only when they actually
differ from the stored value.

This will also avoid sending port_update notifications to the agent
even if nothing actually changes in the port configuration.

Closes-Bug: #1255183
Partial blueprint: neutron-tempest-parallel

Change-Id: I00c29dc97c46478433fdf08069a884bb78e5cd0a

10 years agoMerge "Update Zhenguo Niu's mailmap"
Jenkins [Wed, 27 Nov 2013 10:05:47 +0000 (10:05 +0000)]
Merge "Update Zhenguo Niu's mailmap"

10 years agoMerge "Call _destroy_metadata_proxy from _destroy_router_namespaces"
Jenkins [Wed, 27 Nov 2013 09:43:35 +0000 (09:43 +0000)]
Merge "Call _destroy_metadata_proxy from _destroy_router_namespaces"

10 years agoFix format errors seen in rpc logging
Maru Newby [Mon, 25 Nov 2013 17:35:54 +0000 (17:35 +0000)]
Fix format errors seen in rpc logging

The previous commit for this bug didn't include the 'project_name'
key in the context dict.  The missing key was causing the amqp
module to generate log formatting exceptions instead of normal
log output.

Separately, the context module itself was generating logging
exceptions in the quantum service when logging was attempted
before the context was fully initialized

Change-Id: I0f4c6f5a6804442932c9b2bd409a258cfc2419ff
Closes-Bug: #1254530
Related-Bug: #1239923

10 years agoAdd test_handle_router_snat_rules_add_rules
Jian Wen [Fri, 6 Sep 2013 09:08:00 +0000 (17:08 +0800)]
Add test_handle_router_snat_rules_add_rules

Add a unit test to verify that snat rules are added and added in order.
So that it could be refactored without fear next time.

Closes-Bug: #1222660
Change-Id: I07e820cc28c9a6c139a8eed0917aef2cfe62638a

10 years agoRebind allowed address pairs only if they changed
Salvatore Orlando [Tue, 26 Nov 2013 16:18:17 +0000 (08:18 -0800)]
Rebind allowed address pairs only if they changed

This patch ensures allowed address pairs bindings are refreshed
only when they actually change.
This will also avoid sending a notification to the agent if no
change actually occured.

Closes-Bug: #1255145
Partial blueprint neutron-tempest-parallel

Change-Id: Iac2502586a0d215a29194590c16c2e1a064f943b

10 years agoEnforce unique constraint on neutron pool members
Stephen Gran [Sun, 17 Nov 2013 11:35:29 +0000 (11:35 +0000)]
Enforce unique constraint on neutron pool members

Neutron loadbalancer pool members should not be allowed to have
duplicate address/port tuples in the same pool.

Change-Id: Ie52c6033217ec05ee4f59bcf8a0e4167c7b13663
Closes-Bug: #1251867

10 years agoMerge "Imported Translations from Transifex"
OpenStack Jenkins [Tue, 26 Nov 2013 14:38:02 +0000 (14:38 +0000)]
Merge "Imported Translations from Transifex"

10 years agoSend only one agent notification on port update
Salvatore Orlando [Tue, 26 Nov 2013 00:25:43 +0000 (16:25 -0800)]
Send only one agent notification on port update

This patch removes the other redundant notification sent in the same
routine to notify whether a security group changed.

Closes-Bug: #1254924
Partial Blueprint neutron-tempest-parallel

Change-Id: I5bad015decdc197c3fa9b58c680564380d513bc4

10 years agoMerge "Sync openstack.common.local from oslo"
Jenkins [Tue, 26 Nov 2013 08:00:31 +0000 (08:00 +0000)]
Merge "Sync openstack.common.local from oslo"

10 years agoFix showing nonexistent NetworkGateway throws 500 instead of 404
berlin [Tue, 26 Nov 2013 01:02:27 +0000 (09:02 +0800)]
Fix showing nonexistent NetworkGateway throws 500 instead of 404

Change-Id: I5304bd52f7a5ae22fbc0d48206d7c1d282b34a91
Closes-Bug: #1252921

10 years agoImported Translations from Transifex
OpenStack Jenkins [Tue, 26 Nov 2013 06:39:28 +0000 (06:39 +0000)]
Imported Translations from Transifex

Change-Id: I53a442a9afbd2ee886d3408acda042bd362681e4

10 years agoUpdate Zhenguo Niu's mailmap
Zhenguo Niu [Fri, 25 Oct 2013 08:18:32 +0000 (16:18 +0800)]
Update Zhenguo Niu's mailmap

Using new email address.

Change-Id: I77190d0da0dbd4480ff03bcfe84540292cc81ea3

10 years agoImprove unit test coverage for Cisco plugin nexus code
Dane LeBlanc [Thu, 21 Nov 2013 18:13:02 +0000 (13:13 -0500)]
Improve unit test coverage for Cisco plugin nexus code

Closes-Bug: #1190622

This fix improves the unit test coverage for the Cisco Nexus plugin's
cisco_nexus_network_driver_v2.py and cisco_nexus_plugin_v2.py
source files from:
cisco_nexus_network_driver_v2: 72%
cisco_nexus_plugin_v2:         79%
To:
cisco_nexus_network_driver_v2: 99%
cisco_nexus_plugin_v2:         94%

Much of what the remaining "uncovered" code (coverage tool
reports as partially covered) can be attributed to the
coverage tool not being aware that execution does not
continue at the end of a save_and_reraise_exception()
context block (i.e. the exception will be reraised, but
the coverage tool isn't aware of this).

This fix and coverage results are dependent on the fix for #1246080.

Change-Id: Ie0e11fc0a12502739fb39bb4b30deb04dd31b7b0