neutron/neutron/plugins/embrane/plugins
Ivar Lazzaro a23b1e6de0 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
2014-02-18 23:38:01 -08:00
..
__init__.py Embrane Neutron Plugin 2013-08-25 14:22:38 -07:00
embrane_fake_plugin.py Set correct plugin support in Embrane based plugins 2013-10-07 17:13:54 -07:00
embrane_ovs_plugin.py Embrane Tempest Compliance 2014-02-18 23:38:01 -08:00