]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Embrane Tempest Compliance
authorIvar Lazzaro <ivar@embrane.com>
Tue, 14 Jan 2014 19:17:05 +0000 (11:17 -0800)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:24 +0000 (15:20 +0800)
commitdd4cd14ee1719faf36180288c47639218b7b63ad
tree483ae562e1bb21b16f7927fcca89cae7d6ab48e3
parent5882246a013dbc2761f22ef448d821e638c5538f
Embrane Tempest Compliance

This changeset tracks the changes needed by the Embrane's Neutron Plugin
in order to consistently  pass tempest tests.

Changes:

- Some db transactions were too long and were causing lock timeout
exception. Removed useless transactions (waiting on non-db tasks to complete)
to fix the problem.

- The operation filter was useless, and breaking the tests. Most of the
logic which guarantees the appliance correct state when an operation in executed
is now in the internal library used for the heleos APIs.
The filter was therefore removed (as well as the corresponding exception).

- Fixed "sync" mode. The behavior was incorrect due to the queue timeout.
Furthermore, parallel requests were not waiting on the correct thread.

- Added missing methods for floating IPs (not all the scenarios were covered).

- Minor bug fixes caught during the tests.

Change-Id: If081b50b4629158016ba421b94612a4cfac82257
Closes-Bug:1269098
neutron/plugins/embrane/agent/dispatcher.py
neutron/plugins/embrane/agent/operations/router_operations.py
neutron/plugins/embrane/base_plugin.py
neutron/plugins/embrane/common/constants.py
neutron/plugins/embrane/common/exceptions.py
neutron/plugins/embrane/common/utils.py
neutron/plugins/embrane/plugins/embrane_ovs_plugin.py