]> review.fuel-infra Code Review - openstack-build/neutron-build.git/log
openstack-build/neutron-build.git
9 years agoupdate ml2_migration to reflect optional methods
Mark McClain [Wed, 8 Oct 2014 19:38:19 +0000 (15:38 -0400)]
update ml2_migration to reflect optional methods

This change conditionally executes the schema methods for versions that
support them.

Change-Id: I8a51ac04e62dfcfe1e0a2e69a17664d154f0d1d7
Closes-Bug: #1378732

9 years agoMerge "Skip IPv6 Tests in the OpenContrail plugin"
Jenkins [Wed, 8 Oct 2014 16:25:34 +0000 (16:25 +0000)]
Merge "Skip IPv6 Tests in the OpenContrail plugin"

9 years agoSkip IPv6 Tests in the OpenContrail plugin
Sean M. Collins [Mon, 6 Oct 2014 19:47:24 +0000 (15:47 -0400)]
Skip IPv6 Tests in the OpenContrail plugin

Similar to the way we are skipping tests in the OneConvergence plugin,
introduced by Kevin Benton in 9294de441e684a81f6e802ba0564083f1ad319d6.

Change-Id: I1650b0708af73ce63e92c55bc842607bb69efe60

9 years agoImported Translations from Transifex
OpenStack Proposal Bot [Wed, 8 Oct 2014 06:10:06 +0000 (06:10 +0000)]
Imported Translations from Transifex

Change-Id: If47b1705e22a7c8b6a84991d6ae0e68d419cba26

9 years agoMerge "Pythonified sanity_check.all_tests_passed"
Jenkins [Tue, 7 Oct 2014 23:34:02 +0000 (23:34 +0000)]
Merge "Pythonified sanity_check.all_tests_passed"

9 years agoMerge "Add comments to iptables rules to help debugging"
Jenkins [Tue, 7 Oct 2014 23:19:15 +0000 (23:19 +0000)]
Merge "Add comments to iptables rules to help debugging"

9 years agoMerge "Allow reading a tenant router's external IP"
Jenkins [Tue, 7 Oct 2014 02:33:45 +0000 (02:33 +0000)]
Merge "Allow reading a tenant router's external IP"

9 years agoMerge "Fix setup of Neutron core plugin in VPNaaS UT"
Jenkins [Tue, 7 Oct 2014 02:29:25 +0000 (02:29 +0000)]
Merge "Fix setup of Neutron core plugin in VPNaaS UT"

9 years agoMerge "Add admin tenant name to nova notifier"
Jenkins [Tue, 7 Oct 2014 00:58:31 +0000 (00:58 +0000)]
Merge "Add admin tenant name to nova notifier"

9 years agoMerge "Retry getting the list of service plugins"
Jenkins [Tue, 7 Oct 2014 00:47:21 +0000 (00:47 +0000)]
Merge "Retry getting the list of service plugins"

9 years agoMerge "Raise exception if ipv6 prefix is inappropriate for address mode"
Jenkins [Mon, 6 Oct 2014 23:34:00 +0000 (23:34 +0000)]
Merge "Raise exception if ipv6 prefix is inappropriate for address mode"

9 years agoMerge "Divide _cleanup_namespaces for easy extensibility"
Jenkins [Mon, 6 Oct 2014 16:03:58 +0000 (16:03 +0000)]
Merge "Divide _cleanup_namespaces for easy extensibility"

9 years agoMerge "L3 Agent should generate ns_name in a single place"
Jenkins [Mon, 6 Oct 2014 11:41:39 +0000 (11:41 +0000)]
Merge "L3 Agent should generate ns_name in a single place"

9 years agoMerge "Implement ModelsMigrationsSync test from oslo.db"
Jenkins [Mon, 6 Oct 2014 11:41:28 +0000 (11:41 +0000)]
Merge "Implement ModelsMigrationsSync test from oslo.db"

9 years agoMerge "Iterate over same port_id if more than one exists"
Jenkins [Mon, 6 Oct 2014 09:41:44 +0000 (09:41 +0000)]
Merge "Iterate over same port_id if more than one exists"

9 years agoDivide _cleanup_namespaces for easy extensibility
John Schwarz [Tue, 23 Sep 2014 12:24:47 +0000 (15:24 +0300)]
Divide _cleanup_namespaces for easy extensibility

This division of the function to 2 different functions allows for
easier overwriting in the l3 test agent used by the HA functional
tests, and later by the integration tests.

Related-bug: #1374947
Change-Id: I8f277759747c8a142f5c023aa3511b00a886348c

9 years agoL3 Agent should generate ns_name in a single place
John Schwarz [Tue, 23 Sep 2014 11:41:54 +0000 (14:41 +0300)]
L3 Agent should generate ns_name in a single place

Currently the l3 agent has 2 places where it allows generating ns_name
of specific router_ids (ie. qrouter-<router_id>): in the RouterInfo's
constructor, and in _cleanup_namespaces. This patch proposes a
unification of this creation code with a property which lives in
RouterInfo's namespace. A simpler fix was also made for snat_ns_name.

This patch also offers a single way to initialize a new RouterInfo.

Related-bug: #1374946
Related-bug: #1374947
Change-Id: Ia028236b73a22ff534acee00b46c86b134dc987e

9 years agoMerge "Removed kombu from requirements"
Jenkins [Sat, 4 Oct 2014 22:30:22 +0000 (22:30 +0000)]
Merge "Removed kombu from requirements"

9 years agoMerge "Add missing methods to NoopFirewallDriver"
Jenkins [Fri, 3 Oct 2014 23:44:20 +0000 (23:44 +0000)]
Merge "Add missing methods to NoopFirewallDriver"

9 years agoMerge "Don't fail when trying to unbind a router"
Jenkins [Fri, 3 Oct 2014 23:36:51 +0000 (23:36 +0000)]
Merge "Don't fail when trying to unbind a router"

9 years agoMerge "Disallow unsharing used firewall policy"
Jenkins [Fri, 3 Oct 2014 22:28:47 +0000 (22:28 +0000)]
Merge "Disallow unsharing used firewall policy"

9 years agoMerge "Fix sleep function call"
Jenkins [Fri, 3 Oct 2014 22:28:34 +0000 (22:28 +0000)]
Merge "Fix sleep function call"

9 years agoMerge "L3 agent should always use a unique CONF object"
Jenkins [Fri, 3 Oct 2014 22:26:09 +0000 (22:26 +0000)]
Merge "L3 agent should always use a unique CONF object"

9 years agoAdd comments to iptables rules to help debugging
Kevin Benton [Sat, 10 May 2014 04:54:39 +0000 (21:54 -0700)]
Add comments to iptables rules to help debugging

Adds comments to some of the iptables rules generated
by neutron to assist with debugging.

DocImpact

Partial-Bug: #1265493
Change-Id: I7d9e37b9a43589dd7b142869b86fa15cb3fb329c

9 years agoMerge "Open Kilo development"
Jenkins [Thu, 2 Oct 2014 17:19:42 +0000 (17:19 +0000)]
Merge "Open Kilo development"

9 years agoL3 agent should always use a unique CONF object
John Schwarz [Mon, 29 Sep 2014 13:28:18 +0000 (16:28 +0300)]
L3 agent should always use a unique CONF object

The l3 agent accepts an oslo configuration in its constructor and uses
it throughout the code, but there are some references to the global
configuration object held by the oslo library. Since HA functional
tests need to create two agents, the configuration should be consistent
throughout the code.

The important difference between the agents is their 'host' value so
that they create different namespaces, and 'state_path' value so the
agents get their own filesystem root.

Co-Authored-By: Assaf Muller <amuller@redhat.com>
Related-bug: #1374946
Change-Id: I3326889482681dd631ca59271ebd6a5d5129ae70

9 years agoIterate over same port_id if more than one exists
John Schwarz [Thu, 18 Sep 2014 08:24:53 +0000 (11:24 +0300)]
Iterate over same port_id if more than one exists

In certain cases where multiple ports can have the same
external_ids:iface_id property, the ovs agent will arbitrarily choose
one and ignore the rest. In case the chosen port isn't on the
integration bridge the ovs agent is managing, an error is returned to
the calling function. This is faulty since one of the other ports may
belong to the correct bridge and it should be chosen instead.

This is interesting for future L3 HA integration tests, where 2
different instances of l3 agents are needed to run on the same machine.
In this case, both agents will register ports which have the same
iface_id property, but obviously only one of the ports is relevant for
each agent.

Closes-bug: #1370914
Related-bug: #1374947
Change-Id: I05d70417e0f78ae51a9ce377fc93a3f12046b313

9 years agoFix setup of Neutron core plugin in VPNaaS UT
Kevin Benton [Thu, 2 Oct 2014 08:16:46 +0000 (01:16 -0700)]
Fix setup of Neutron core plugin in VPNaaS UT

One of the VPNaaS unit test setup routines creates
and extension manager but passes it a class but it
should be passing an instance of that class.

Change-Id: I589cdda0674fdf8fa20d92c2609e1ba6966125d8

9 years agoremove openvswitch plugin
Mark McClain [Wed, 24 Sep 2014 04:00:54 +0000 (04:00 +0000)]
remove openvswitch plugin

This changeset removes the openvswitch plugin, but retains the agent for ML2
The database models were not removed since operators will need to migrate the
data.

Change-Id: I8b519cb2bbebcbec2c78bb0ec9325716970736cf
Closes-Bug: 1323729

9 years agoMerge "Fix pid file location to avoid I->J changes that break metadata"
Jenkins [Thu, 2 Oct 2014 03:26:58 +0000 (03:26 +0000)]
Merge "Fix pid file location to avoid I->J changes that break metadata"

9 years agoMerge "Update migration scripts to support DB2"
Jenkins [Thu, 2 Oct 2014 03:26:38 +0000 (03:26 +0000)]
Merge "Update migration scripts to support DB2"

9 years agoMerge "remove linuxbridge plugin"
Jenkins [Thu, 2 Oct 2014 03:26:22 +0000 (03:26 +0000)]
Merge "remove linuxbridge plugin"

9 years agoMerge "fix dvr snat bindings for external-gw-clear"
Jenkins [Wed, 1 Oct 2014 23:41:47 +0000 (23:41 +0000)]
Merge "fix dvr snat bindings for external-gw-clear"

9 years agoFix pid file location to avoid I->J changes that break metadata
Miguel Angel Ajo [Wed, 1 Oct 2014 13:16:19 +0000 (15:16 +0200)]
Fix pid file location to avoid I->J changes that break metadata

Changes in commit 7f8ae630b87392193974dd9cb198c1165cdec93b moved
pid files handled by agent/linux/external_process.py from
$state_path/external/<uuid>.pid  to $state_path/external/<uuid>/pid
that breaks the neutron-ns-metadata-proxy respawn after upgrades
becase the l3 or dhcp agent can't find the old pid file so
they try to start a new neutron-ns-metadata-proxy which won't
succeed, because the old one is holding the port already.

Closes-Bug: #1376128
Change-Id: Id166ec8e508aaab8eea35d89d010a5a0b7fdba1f

9 years agoDon't fail when trying to unbind a router
Ed Bak [Mon, 29 Sep 2014 20:15:52 +0000 (14:15 -0600)]
Don't fail when trying to unbind a router

If a router is already unbound from an l3 agent, don't fail.  Log
the condition and go on.  This is harmless since it can happen
due to a delete race condition between multiple neutron-server
processes.  One delete request can determine that it needs to
unbind the router.  A second process may also determine that it
needs to unbind the router.  The exception thrown will result
in a port delete failure and cause nova to mark a deleted instance
as ERROR.

Change-Id: Ia667ea77a0a483deff8acfdcf90ca84cd3adf44f
Closes-Bug: 1367892

9 years agoremove linuxbridge plugin
Mark McClain [Wed, 24 Sep 2014 01:50:06 +0000 (01:50 +0000)]
remove linuxbridge plugin

This changeset removes the linuxbridge plugin, but retains the agent for ML2.
The database models were not removed since operators will need to migrate the
data.

Additionally, the ml2 migration script was altered to support Juno.  For
testing, a user must either run the migration against the icehouse
scheme or run the update, manually change alembic_version to juno and
then run the migration script.  Once the juno migration is added, this
manually step will not be required.

Change-Id: I70689b4247947e6dc08e80fd9b31da9dc691d259
Partial-Bug: 1323729

9 years agoAllow reading a tenant router's external IP
Kevin Benton [Wed, 18 Jun 2014 19:03:01 +0000 (12:03 -0700)]
Allow reading a tenant router's external IP

Adds an external IPs field to the external gateway information
for a router so the external IP address of the router can be
read by the tenant.

DocImpact

Closes-Bug: #1255142
Change-Id: If4e77c445e9b855ff77deea6c8df4a0b3cf249d4

9 years agoMerge "ML2: move L3 cleanup out of network transaction"
Jenkins [Wed, 1 Oct 2014 09:08:12 +0000 (09:08 +0000)]
Merge "ML2: move L3 cleanup out of network transaction"

9 years agoFix sleep function call
Samer Deeb [Wed, 1 Oct 2014 06:55:21 +0000 (09:55 +0300)]
Fix sleep function call

Remove time.sleep method reference in class and use time.sleep directly.

Change-Id: Ib4c02061b29c0d584d603746a78ab50922f781c3
Closes-Bug: 1375698

9 years agoAdd admin tenant name to nova notifier
Erik Colnick [Wed, 18 Jun 2014 17:31:52 +0000 (11:31 -0600)]
Add admin tenant name to nova notifier

This change introduces the ability to use the nova admin
tenant name with the nova notifier in place of the nova
admin tenant id which may not be available when the neutron
service is being configured as is the case with tripleo
installations where the neutron service is configured and
started before the nova admin tenant has been configured in
keystone and thus does not have a known id.

DocImpact
Introduces the nova_admin_tenant_name configuration entry as
an optional configurable value in neutron.conf.  If the
nova_admin_tenant_name is configured and the nova_admin_tenanat_id
is not configured, a performance impact may be seen because
keystone will become involved in communication between neutron
and nova.

Change-Id: I33701d4dc9bf61595e44a49050c405ebca779091
Closes-Bug: #1331566

9 years agoML2: move L3 cleanup out of network transaction
Kevin Benton [Tue, 30 Sep 2014 03:21:23 +0000 (20:21 -0700)]
ML2: move L3 cleanup out of network transaction

Move _process_l3_delete out of the delete_network
transaction to eliminate the semaphore deadlock that
occurs when it tries to delete the ports associated
with existing floating IPs.

It makes more sense to live outside of the transaction
anyway because the operations it performs cannot be
rolled back only in the database if the L3 plugin makes
external calls for floating IP creation/deletion.
e.g. if delete_floatingip is successful, it may have
deleted external resources and restoring the DB records
would make things inconsistent.

If a failure to delete the network does occur, any cleanup
done by _process_l3_delete will not be reversed.

Closes-Bug: #1374573
Change-Id: I3ae7bb269df9b9dcef94f48f13f1bde1e4106a80

9 years agoOpen Kilo development
Thierry Carrez [Tue, 30 Sep 2014 14:46:54 +0000 (16:46 +0200)]
Open Kilo development

Bump pre-version to 2015.1 to formally open master branch to Kilo
development.

Change-Id: Ia48ad29dc1b31b1fbcb14dfffad571659ec66700

9 years agoImplement ModelsMigrationsSync test from oslo.db
Ann Kamyshnikova [Wed, 19 Feb 2014 11:39:19 +0000 (15:39 +0400)]
Implement ModelsMigrationsSync test from oslo.db

Add tests to verify that database migrations produce
the same schema as the database models.

Also for MySQL, check that all tables are configured to use InnoDB
as the storage engine.
These tests make use of the ModelsMigrationsSync test class from
oslo.db and the load_tests protocol from Python unittest.

Closes-bug: #1346444

Change-Id: Ic0e7eb37c30cc5e94cbdbddf07a6dc1ebf377c17

9 years agoImported Translations from Transifex
OpenStack Proposal Bot [Tue, 30 Sep 2014 06:49:06 +0000 (06:49 +0000)]
Imported Translations from Transifex

Change-Id: Ie7ba4679ca128ff636b6bd841072dfd4b7e4236f

9 years agoMerge "Rename workers to api_workers and simplify code"
Jenkins [Mon, 29 Sep 2014 16:58:40 +0000 (16:58 +0000)]
Merge "Rename workers to api_workers and simplify code"

9 years agoMerge "Do not assume order of report list elements"
Jenkins [Mon, 29 Sep 2014 16:58:13 +0000 (16:58 +0000)]
Merge "Do not assume order of report list elements"

9 years agoUpdate migration scripts to support DB2
John Kasperski [Thu, 25 Sep 2014 15:38:45 +0000 (10:38 -0500)]
Update migration scripts to support DB2

Three of the migration scripts are causing failures with DB2.

- DB2 doesn't support nullable column in primary key

- Hard coded SQL statements which use False/True as Boolean arguments
  are not compatible with DB2. In DB2, Boolean columns are created as
  small integer with a constraint to allow only 0 & 1.

- Hardcoded update rows from other table sql is not compatible with DB2

- Foreign key constraints require additional handling

Co-authored-by: Rahul Priyadarshi <rahul.priyadarshi@in.ibm.com>
Change-Id: I82e2d1c522b81fed90a1e5cc6f2321f80797cf7b
Closes-Bug: #1328019

9 years agoDo not assume order of report list elements
johndavidge [Fri, 8 Aug 2014 11:48:59 +0000 (04:48 -0700)]
Do not assume order of report list elements

This fixes the test_report_multiple_services unit test that breaks with a
randomized PYTHONHASHSEED (see the bug report).

The test assumed that the report list from self.driver.report_status() had
elements in a particular order. Found with PYTHONHASHSEED=2455351445.

The fix refactors the test case to handle an unsorted report list by
sorting it before checking equality.

Partial-bug: #1348818

Note: There are several other unrelated unit tests that also break with a
randomized PYTHONHASHSEED, but they are not addressed here. They will be
addressed in separate patches.

Change-Id: I542c3818821fa2f6e460fd254a3842530ecea8d9

9 years agoDisallow unsharing used firewall policy
Koteswara Rao Kelam [Fri, 26 Sep 2014 11:34:11 +0000 (04:34 -0700)]
Disallow unsharing used firewall policy

When admin policy p1 is shared and is used by firewall f1 of different tenant,
then updating p1 with shared=False should not be allowed as it is in use.

Change-Id: I7c753f9d8a25a7edc40233316398475c8ad3efe9
Closes-bug: #1334994

9 years agoImported Translations from Transifex
OpenStack Proposal Bot [Mon, 29 Sep 2014 06:04:31 +0000 (06:04 +0000)]
Imported Translations from Transifex

Change-Id: I585e3df5504fcc071811e0ec9f925bc493584b2f

9 years agoMerge "Fix broken port query in Extraroute test case"
Jenkins [Mon, 29 Sep 2014 03:56:34 +0000 (03:56 +0000)]
Merge "Fix broken port query in Extraroute test case"

9 years agoAdd missing methods to NoopFirewallDriver
Eugene Nikanorov [Mon, 15 Sep 2014 18:10:45 +0000 (22:10 +0400)]
Add missing methods to NoopFirewallDriver

The fix adds missing methods into generic Firewall class
and in NoopFirewall driver class.

Change-Id: I6402448075ed414434dc007f5c403fc85b6b1456
Closes-Bug: #1369685
Related-Bug: #1365806

9 years agoRaise exception if ipv6 prefix is inappropriate for address mode
Eugene Nikanorov [Sun, 24 Aug 2014 20:59:02 +0000 (00:59 +0400)]
Raise exception if ipv6 prefix is inappropriate for address mode

Address prefix to use with slaac and stateless ipv6 address modes
should be equal to 64 in order to work properly.
The patch adds corresponding validation and fixes unit tests
accordingly.

Change-Id: I6c344b21a69f85f2885a72377171f70309b26775
Closes-Bug: #1357084

9 years agoMerge "Do not assume order of body and tags elements"
Jenkins [Sat, 27 Sep 2014 22:42:56 +0000 (22:42 +0000)]
Merge "Do not assume order of body and tags elements"

9 years agoMerge "Revert "Cleanup floatingips also on router delete""
Jenkins [Sat, 27 Sep 2014 17:54:59 +0000 (17:54 +0000)]
Merge "Revert "Cleanup floatingips also on router delete""

9 years agoMerge "Add unit tests covering single operations to ODL"
Jenkins [Sat, 27 Sep 2014 15:20:17 +0000 (15:20 +0000)]
Merge "Add unit tests covering single operations to ODL"

9 years agoMerge "Eliminate OrderedDict from test_api_v2.py"
Jenkins [Sat, 27 Sep 2014 15:04:49 +0000 (15:04 +0000)]
Merge "Eliminate OrderedDict from test_api_v2.py"

9 years agoFix broken port query in Extraroute test case
Kevin Benton [Sat, 20 Sep 2014 07:17:58 +0000 (00:17 -0700)]
Fix broken port query in Extraroute test case

One of the queries in an extra route test case tries
to filter based on the port owner, but the _list_ports
method it calls doesn't take a device_owner parameter.
This can cause failures if a DHCP port is created on
the same subnet.

Change-Id: I0e62027ae4d98944ef91a5d457d43d4224441b2f

9 years agoMerge "Stop admin using other tenants unshared rules"
Jenkins [Fri, 26 Sep 2014 23:02:22 +0000 (23:02 +0000)]
Merge "Stop admin using other tenants unshared rules"

9 years agoMerge "Fix to delete user and group association in Nuage Plugin"
Jenkins [Fri, 26 Sep 2014 17:25:33 +0000 (17:25 +0000)]
Merge "Fix to delete user and group association in Nuage Plugin"

9 years agoMerge "Fix entrypoint of OneConvergencePlugin plugin"
Jenkins [Thu, 25 Sep 2014 20:04:10 +0000 (20:04 +0000)]
Merge "Fix entrypoint of OneConvergencePlugin plugin"

9 years agoRevert "Cleanup floatingips also on router delete"
armando-migliaccio [Tue, 16 Sep 2014 01:40:08 +0000 (18:40 -0700)]
Revert "Cleanup floatingips also on router delete"

This reverts commit c3326996e38cb67f8d4ba3dabd829dc6f327b666.

The patch being reverted here addresses an issue that can no longer be
reproduced, in that under no circumstances, I can make the FIP lie around
before deleting a router (which can only be done after all FIP have been
disassociated or released).

Unless we have more clarity as to what the initial commit was really meant
to fix, there is a strong case for reverting this patch at this point.

Closes-bug: #1373100

Change-Id: I7e0f80e456ff4d9eb57a1d31c6ffc7cdfca5a163

9 years agofix dvr snat bindings for external-gw-clear
Michael Smith [Wed, 24 Sep 2014 17:20:46 +0000 (10:20 -0700)]
fix dvr snat bindings for external-gw-clear

When router_gateway_clear happens, the
schedule_router calls the unbind_snat_servicenode
in the plugin. This will clear the agent binding
from the binding table. But the l3-agent was
expecting the ex_gw_port binding to be present.
The agent needs to check its cache of the
router['gw_host_port'] value now.

Change-Id: I051fb97d802b0508b30683a33673b85f5ab24000
Closes-bug: #1373524

9 years agoMerge "Security groups: prevent race for default security group creation"
Jenkins [Thu, 25 Sep 2014 14:36:25 +0000 (14:36 +0000)]
Merge "Security groups: prevent race for default security group creation"

9 years agoMerge "Deletes floating ip related connection states"
Jenkins [Thu, 25 Sep 2014 09:27:01 +0000 (09:27 +0000)]
Merge "Deletes floating ip related connection states"

9 years agoMerge "Fix 500 error on retrieving metadata by invalid URI"
Jenkins [Thu, 25 Sep 2014 04:58:13 +0000 (04:58 +0000)]
Merge "Fix 500 error on retrieving metadata by invalid URI"

9 years agoMerge "Fix KeyError when getting secgroup info for ports"
Jenkins [Thu, 25 Sep 2014 04:55:19 +0000 (04:55 +0000)]
Merge "Fix KeyError when getting secgroup info for ports"

9 years agoMerge "Forbid regular users to reset admin-only attrs to default values"
Jenkins [Thu, 25 Sep 2014 03:58:57 +0000 (03:58 +0000)]
Merge "Forbid regular users to reset admin-only attrs to default values"

10 years agoMerge "Add logging for enforced policy rules"
Jenkins [Wed, 24 Sep 2014 18:26:38 +0000 (18:26 +0000)]
Merge "Add logging for enforced policy rules"

10 years agoMerge "Do not lookup l3-agent for floating IP if host=None, dvr issue"
Jenkins [Wed, 24 Sep 2014 16:28:41 +0000 (16:28 +0000)]
Merge "Do not lookup l3-agent for floating IP if host=None, dvr issue"

10 years agoMerge "Supply missing cisco_cfg_agent.ini file"
Jenkins [Wed, 24 Sep 2014 16:07:23 +0000 (16:07 +0000)]
Merge "Supply missing cisco_cfg_agent.ini file"

10 years agoMerge "Remove RPC notification from transaction in create/update port"
Jenkins [Wed, 24 Sep 2014 14:42:05 +0000 (14:42 +0000)]
Merge "Remove RPC notification from transaction in create/update port"

10 years agoMerge "Imported Translations from Transifex"
Jenkins [Wed, 24 Sep 2014 11:24:52 +0000 (11:24 +0000)]
Merge "Imported Translations from Transifex"

10 years agoFix KeyError when getting secgroup info for ports
shihanzhang [Mon, 22 Sep 2014 09:28:06 +0000 (17:28 +0800)]
Fix KeyError when getting secgroup info for ports

The patch fixes a regression introduced with secgroup rpc refactor by
handling the case when security group contains rules for only IPv4 or
IPv6.

Change-Id: I02b174757bfc796a81cdb482c55ba7f9e954131d
Closes-bug: #1372337

10 years agoMerge "Remove the translation tag for debug level logs in vmware plugin"
Jenkins [Wed, 24 Sep 2014 08:52:25 +0000 (08:52 +0000)]
Merge "Remove the translation tag for debug level logs in vmware plugin"

10 years agoMerge "Finish small unit test refactor of API v2 tests"
Jenkins [Wed, 24 Sep 2014 06:54:18 +0000 (06:54 +0000)]
Merge "Finish small unit test refactor of API v2 tests"

10 years agoMerge "Delete DB records instead of tables to speedup UT"
Jenkins [Tue, 23 Sep 2014 22:47:40 +0000 (22:47 +0000)]
Merge "Delete DB records instead of tables to speedup UT"

10 years agoDeletes floating ip related connection states
Yong Sheng Gong [Mon, 30 Jun 2014 07:01:17 +0000 (15:01 +0800)]
Deletes floating ip related connection states

When a floating ip is dissociated with a port, the current
connection with the floating ip is still working. This patch
will clear the connection state and cut off the connection
immediately.

Since conntrack -D will return 1, which is not an error code,
so add extra_ok_codes argument to execute methods.

Change-Id: Ia9bd7ae243a0859dcb97e2fa939f7d16f9c2456c
Closes-Bug: 1334926

10 years agoDo not lookup l3-agent for floating IP if host=None, dvr issue
Brian Haley [Thu, 18 Sep 2014 01:48:53 +0000 (21:48 -0400)]
Do not lookup l3-agent for floating IP if host=None, dvr issue

If a floating IP has been associated with a port, but the port
has not been associated with an instance, attempting to lookup
the l3-agent hosting it will cause an AgentNotFoundByTypeHost
exception.  Just skip it and go onto the next one.

Change-Id: If3df9770fa9e2d2eada932ee5f243d3458bf7261
Closes-Bug: #1370795

10 years agoRemove RPC notification from transaction in create/update port
Carl Baldwin [Fri, 19 Sep 2014 17:37:17 +0000 (17:37 +0000)]
Remove RPC notification from transaction in create/update port

Removing notifications to the L3 agent from within the transaction in
create_port and update_port eliminates many lock wait timeouts in the
dvr check queue job and in scale testing locally.

Since this patch leaves context unused in _process_port_binding, the
argument is removed from the method.

Closes-Bug: #1371732

Change-Id: Ibd86611ad3e7eff085d769bdff777a5870f30c58

10 years agoDo not assume order of body and tags elements
Jacek Swiderski [Wed, 6 Aug 2014 09:23:16 +0000 (11:23 +0200)]
Do not assume order of body and tags elements

This fixes the l2gateway unit test that breaks with a randomized PYTHONHASHSEED
(see the bug report).

The test assumed that the body dict from self._create_expected_req_body
had elements (including contents of tags list) in a particular order.
Found with PYTHONHASHSEED=2455351445.
The fix ensures that body is in predictable order.

Partial-bug: #1348818
Note: There are several other unrelated unit tests that also break with a
randomized PYTHONHASHSEED, but they are not addressed here. They will be
addressed in separate patches.

Change-Id: I423b68aff58486c113d0e5c5f4726f9eabf6920e

10 years agoRemove the translation tag for debug level logs in vmware plugin
Steven Ren [Tue, 23 Sep 2014 09:58:34 +0000 (02:58 -0700)]
Remove the translation tag for debug level logs in vmware plugin

There is no need to translate the debug level logs in vmware plugin for neutron.

Closes-bug: #1372862

Change-Id: If07c06cc3a1eb3dd147191bb8ab9198d4198cd69

10 years agoMerge "Use dict_extend_functions to populate provider network attributes"
Jenkins [Tue, 23 Sep 2014 13:18:43 +0000 (13:18 +0000)]
Merge "Use dict_extend_functions to populate provider network attributes"

10 years agoRetry getting the list of service plugins
Derek Higgins [Fri, 12 Sep 2014 15:31:44 +0000 (16:31 +0100)]
Retry getting the list of service plugins

On systems that start both neutron-server and neutron-l3-agent together,
there is a chance that the first call to neutron will timeout. Retry upto
4 more times to avoid the l3 agent exiting on startup.

This should make the l3 agent a little more robust on startup but still
not ideal, ideally it wouldn't exit and retry periodically.

Change-Id: I2171a164f3f77bccd89895d73c1c8d67f7190488
Closes-Bug: #1353953
Closes-Bug: #1368152
Closes-Bug: #1368795

10 years agoFix entrypoint of OneConvergencePlugin plugin
Ann Kamyshnikova [Tue, 23 Sep 2014 08:15:05 +0000 (12:15 +0400)]
Fix entrypoint of OneConvergencePlugin plugin

In setup.cfg entrypoint of OneConvergencePlugin is set incorrectly.
Used '.' instead of ':'.

Closes-bug: #1372810

Change-Id: Ic1e154cfcf8b13f021b0635238e07a0459a25a9e

10 years agoForbid regular users to reset admin-only attrs to default values
Elena Ezhova [Tue, 19 Aug 2014 11:54:36 +0000 (15:54 +0400)]
Forbid regular users to reset admin-only attrs to default values

A regular user can reset an admin-only attribute to its default
value due to the fact that a corresponding policy rule is
enforced only in the case when an attribute is present in the
target AND has a non-default value.

Added a new attribute "attributes_to_update" which contains a list
of all to-be updated attributes to the body of the target that is
passed to policy.enforce.

Changed a check for whether an attribute is explicitly set.
Now, in the case of update, the function should not pay attention
to a default value of an attribute, but check whether it was
explicitly marked as being updated.

Added unit-tests.

Closes-Bug: #1357379
Related-Bug: #1338880
Change-Id: I6537bb1da5ef0d6899bc71e4e949f2c760c103c2

10 years agoMerge "Mock out all RPC calls with a fixture"
Jenkins [Tue, 23 Sep 2014 09:51:36 +0000 (09:51 +0000)]
Merge "Mock out all RPC calls with a fixture"

10 years agoFinish small unit test refactor of API v2 tests
Kevin Benton [Thu, 11 Sep 2014 11:26:03 +0000 (04:26 -0700)]
Finish small unit test refactor of API v2 tests

Leverage a utility function for all of the tests
that create something in the API and expect a failure.

Change-Id: Iedb6ba35d637dda5ae9f553d0c7ffcb7c526f3c6

10 years agoSecurity groups: prevent race for default security group creation
Gary Kotton [Mon, 22 Sep 2014 17:03:37 +0000 (10:03 -0700)]
Security groups: prevent race for default security group creation

When a VM is booted via the Nova the client connection is created
with an admin user. This causes problems when creating the neutron
port. That is, there may be a race for the creation of the default
security group for the tenant.
The problem was introduced by commit acf44dba26ca8dca47bfb5fb2916807f9f4e2060

Change-Id: Ie0199c71231a322704f1f49995facde09c92da25
Closes-bug: #1372570

10 years agoMerge "Added TAP_DEVICE_PREFIX info to common/constants"
Jenkins [Tue, 23 Sep 2014 08:01:24 +0000 (08:01 +0000)]
Merge "Added TAP_DEVICE_PREFIX info to common/constants"

10 years agoStop admin using other tenants unshared rules
Preeti Mirji [Wed, 23 Jul 2014 10:22:30 +0000 (03:22 -0700)]
Stop admin using other tenants unshared rules

If the firewall rules are not shared and if they belong to different
tenants, then admin should not be able to create a policy using
these rules and he should not be able to insert such rules into
policies. An exception should be raised in such case. Added new
exception “FirewallRuleConflict” to handle such conditions.

Co-Authored-By: Koteswara Rao Kelam<koteswara.kelam@hp.com>
Change-Id: I984eb76069bd1493a77bf523bec2bd81abb14abb
Closes-bug: 1327057

10 years agoMerge "DVR to delete router namespaces for service ports"
Jenkins [Mon, 22 Sep 2014 23:13:54 +0000 (23:13 +0000)]
Merge "DVR to delete router namespaces for service ports"

10 years agoMerge "Rework and enable VPNaaS UT for Cisco CSR REST"
Jenkins [Mon, 22 Sep 2014 22:47:32 +0000 (22:47 +0000)]
Merge "Rework and enable VPNaaS UT for Cisco CSR REST"

10 years agoEliminate OrderedDict from test_api_v2.py
Kevin L. Mitchell [Mon, 22 Sep 2014 17:18:11 +0000 (12:18 -0500)]
Eliminate OrderedDict from test_api_v2.py

Neutron cannot possibly be passing tests under Python 2.6, as
neutron/tests/unit/test_api_v2.py is referencing
collections.OrderedDict, which does not exist in Python 2.6.
Since there is no reason to use an OrderedDict in this case,
this replaces it with a simple dict.

Change-Id: I1b9886f508c4c8b96cf50c50f157c1960da433fc
Closes-Bug: #1372571

10 years agoMerge "Remove unnecessary _make_port function in BSN UTs"
Jenkins [Mon, 22 Sep 2014 14:46:33 +0000 (14:46 +0000)]
Merge "Remove unnecessary _make_port function in BSN UTs"

10 years agoMerge "Do not assume order of device_ids set elements"
Jenkins [Mon, 22 Sep 2014 14:46:04 +0000 (14:46 +0000)]
Merge "Do not assume order of device_ids set elements"

10 years agoMock out all RPC calls with a fixture
Kevin Benton [Sat, 20 Sep 2014 17:48:22 +0000 (10:48 -0700)]
Mock out all RPC calls with a fixture

Mock out the rpc proxy calls used by various agents to
prevent unit tests from blocking for 10+ seconds while waiting
for a timeout. This happened with the OVS agent unit tests
recently in Change-ID Idd770a85a9eabff112d9613e75d8bb524020234a.

This change results in a reduction from 330.8 seconds to 2.7 seconds
for the neutron.tests.unit.openvswitch.test_ovs_neutron_agent
test module.

Closes-Bug: #1372076
Change-Id: I5e6794dc33c64c8fe309d8e72a8af3385c7d4442

10 years agoAdd logging for enforced policy rules
Elena Ezhova [Tue, 26 Aug 2014 15:22:20 +0000 (19:22 +0400)]
Add logging for enforced policy rules

There are a lot of policy rules which should not necessarily
be explicitly specified in policy.json to be checked while enforcement.
There should be a way for an operator to know which policy rules are
actually being enforced for each action.

Added a unit test.

Change-Id: I261d3e230eced9ea514b35cc3f5f8be04f84c751
Closes-Bug: #1356679

10 years agoImported Translations from Transifex
OpenStack Proposal Bot [Mon, 22 Sep 2014 06:07:23 +0000 (06:07 +0000)]
Imported Translations from Transifex

Change-Id: If3c928da9856fae84b139c78ee04573daf562a95

10 years agoRemove unnecessary _make_port function in BSN UTs
Kevin Benton [Thu, 18 Sep 2014 11:21:05 +0000 (04:21 -0700)]
Remove unnecessary _make_port function in BSN UTs

The Big Switch unit tests had unnecessary copies of the
_make_port function to allow the binding:host_id field to
be set. This was already possible with the existing _make_port
call through the use of kwargs so the extra function wasn't
necessary.

Change-Id: I88679173117739f628ae289636b5cdea10417e6c