]> review.fuel-infra Code Review - openstack-build/neutron-build.git/log
openstack-build/neutron-build.git
9 years agoDrop sslutils and versionutils modules
Ihar Hrachyshka [Fri, 10 Oct 2014 18:49:57 +0000 (20:49 +0200)]
Drop sslutils and versionutils modules

The modules are not used since when we've switched to oslo.messaging.

Change-Id: Ife4298e0bb29ec15404fafe4b48545bd65e038e3

9 years agoMerge "Imported Translations from Transifex"
Jenkins [Fri, 10 Oct 2014 16:08:14 +0000 (16:08 +0000)]
Merge "Imported Translations from Transifex"

9 years agoMerge "nit : missing a "%s" in a log message"
Jenkins [Fri, 10 Oct 2014 09:50:45 +0000 (09:50 +0000)]
Merge "nit : missing a "%s" in a log message"

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

Change-Id: I674acacc96c2396c31658bab48a441dac56988b0

9 years agoMerge "Refactor _process_routers to handle a single router"
Jenkins [Thu, 9 Oct 2014 23:35:01 +0000 (23:35 +0000)]
Merge "Refactor _process_routers to handle a single router"

9 years agoMerge "Add Juno release milestone"
Jenkins [Thu, 9 Oct 2014 21:43:45 +0000 (21:43 +0000)]
Merge "Add Juno release milestone"

9 years agoMerge "Cisco N1kv: Remove vmnetwork delete REST call on last port delete"
Jenkins [Thu, 9 Oct 2014 21:37:19 +0000 (21:37 +0000)]
Merge "Cisco N1kv: Remove vmnetwork delete REST call on last port delete"

9 years agoMerge "Add database relationship between router and ports"
Jenkins [Thu, 9 Oct 2014 21:34:59 +0000 (21:34 +0000)]
Merge "Add database relationship between router and ports"

9 years agoRefactor _process_routers to handle a single router
Carl Baldwin [Thu, 2 Oct 2014 20:35:21 +0000 (20:35 +0000)]
Refactor _process_routers to handle a single router

The method _process_routers no longer handles multiple routers.  The
only caller of this method would construct a list of exactly one
router in order to make the call.  This made the for loop unnecessary.
The method's logic is too heavy for its current purpose.  This commit
removes much of the weight.

The use of the sets in this method is also no longer necessary.  It
became clear that all of it boiled down to "if the router is not
compatible with with this agent but it is known in router_info from
before then we need to remove it."  This is an exceptional condition
that shouldn't be handled in this method so I raise an exception and
handle it in process_router_update where other router removal is
handled.  Logging was added for this exceptional condition.

The eventlet pool was also obsolete.  It was used to spawn two methods
and there was a waitall at the end.  The other refactoring made it
clear that the two spawns were mutually exclusive.  There was only one
thread spawned for any given invocation of the method and the eventlet
pool is overkill.

Change-Id: Ibeac591b08565d10b2a9730e25a54f2cd11fc2bc
Closes-Bug: #1378398

9 years agoMerge "Remove two sets that are not referenced"
Jenkins [Thu, 9 Oct 2014 18:46:25 +0000 (18:46 +0000)]
Merge "Remove two sets that are not referenced"

9 years agoMerge "Remove all_routers argument from _process_routers"
Jenkins [Thu, 9 Oct 2014 18:46:10 +0000 (18:46 +0000)]
Merge "Remove all_routers argument from _process_routers"

9 years agoAdd Juno release milestone
Mark McClain [Thu, 9 Oct 2014 13:29:48 +0000 (13:29 +0000)]
Add Juno release milestone

Change-Id: Iea584b00329d9474c14847db958f8743d4058525
Closes-Bug: #1378855

9 years agoAdd database relationship between router and ports
Mark McClain [Wed, 8 Oct 2014 18:49:20 +0000 (18:49 +0000)]
Add database relationship between router and ports

Add an explicit schema relationship between a router and its ports. This
change ensures referential integrity among the entities and prevents orphaned
ports.

Change-Id: I09e8a694cdff7f64a642a39b45cbd12422132806
Closes-Bug: #1378866

9 years agoMerge "ML2 Cisco Nexus MD: Fix UT to send one create vlan message"
Jenkins [Thu, 9 Oct 2014 07:40:48 +0000 (07:40 +0000)]
Merge "ML2 Cisco Nexus MD: Fix UT to send one create vlan message"

9 years agoMerge "update ml2_migration to reflect optional methods"
Jenkins [Thu, 9 Oct 2014 01:10:41 +0000 (01:10 +0000)]
Merge "update ml2_migration to reflect optional methods"

9 years agoMerge "Modify the ProcessMonitor class to have one less config parameter"
Jenkins [Wed, 8 Oct 2014 23:15:51 +0000 (23:15 +0000)]
Merge "Modify the ProcessMonitor class to have one less config parameter"

9 years agoMerge "Updated from global requirements"
Jenkins [Wed, 8 Oct 2014 22:18:36 +0000 (22:18 +0000)]
Merge "Updated from global requirements"

9 years agoRemove all_routers argument from _process_routers
Carl Baldwin [Thu, 2 Oct 2014 17:02:59 +0000 (17:02 +0000)]
Remove all_routers argument from _process_routers

There is no code left that passes True to this argument.  It is dead
code and it should be removed.

Change-Id: I55f71a5c0b96e530e45f2a6463978e8611cbc537

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 agoDisable PUT for IPv6 subnet attributes
Henry Gessau [Wed, 8 Oct 2014 00:38:38 +0000 (20:38 -0400)]
Disable PUT for IPv6 subnet attributes

In Juno we are not ready for allowing the IPv6 attributes on a subnet
to be updated after the subnet is created, because:
- The implementation for supporting updates is incomplete.
- Perceived lack of usefulness, no good use cases known yet.
- Allowing updates causes more complexity in the code.
- Have not tested that radvd, dhcp, etc. behave OK after update.

Therefore, for now, we set 'allow_put' to False for the two IPv6
attributes, ipv6_ra_mode and ipv6_address_mode. This prevents the
modes from being updated via the PUT:subnets API.

Closes-bug: #1378952

Change-Id: Id6ce894d223c91421b62f82d266cfc15fa63ed0e

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 agoRemove two sets that are not referenced
Carl Baldwin [Wed, 8 Oct 2014 03:22:49 +0000 (03:22 +0000)]
Remove two sets that are not referenced

The code no longer references the updated_routers and removed_routers
sets.  This should have been cleaned up before but was missed.

Change-Id: I0396e13d2f7c3789928e0c6a4c0a071b02d5ff17

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 agoUpdated from global requirements
OpenStack Proposal Bot [Tue, 7 Oct 2014 19:13:11 +0000 (19:13 +0000)]
Updated from global requirements

Change-Id: I0e72933320ac6f49b55ef9782c6c19fb7e997bcb

9 years agoModify the ProcessMonitor class to have one less config parameter
Miguel Angel Ajo [Fri, 19 Sep 2014 16:59:58 +0000 (18:59 +0200)]
Modify the ProcessMonitor class to have one less config parameter

It's a follow up patch, as agreed on the ProcessMonitor review
patch to coalesce the check_child_processes parameter into
check_child_process_interval.

When this parameter is set to 0, the feature is disabled.

Change-Id: I2d4d8c6a6b7c17d42d8455c98968f75bcefbb689
Closes-Bug: 1371705

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 agonit : missing a "%s" in a log message
mathieu-rohon [Thu, 2 Oct 2014 15:25:16 +0000 (17:25 +0200)]
nit : missing a "%s" in a log message

Change-Id: I171cc14d7d9b3917dea90cd36dfec7e58afaf626

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 agoML2 Cisco Nexus MD: Fix UT to send one create vlan message
Robert Pothier [Wed, 3 Sep 2014 15:09:15 +0000 (11:09 -0400)]
ML2 Cisco Nexus MD: Fix UT to send one create vlan message

With the commit of https://review.openstack.org/#/c/113009,
test_nexus_add_trunk needs to have the device_id set to
a unique value. Combining test_nexus_add_trunk and
test_nexus_enable_vlan_cmd to reduce duplicate code,
which fixes the original issue.

Change-Id: I4191a6880ec0f43365aacb638a92a0dd3e1e80aa
Closes-Bug: 1364976

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"