neutron/neutron/plugins/embrane
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
..
agent Embrane Tempest Compliance 2014-02-18 23:38:01 -08:00
common Embrane Tempest Compliance 2014-02-18 23:38:01 -08:00
l2base Apply six for metaclass 2013-11-18 17:58:58 +09:00
plugins Embrane Tempest Compliance 2014-02-18 23:38:01 -08:00
README Embrane Neutron Plugin 2013-08-25 14:22:38 -07:00
__init__.py Embrane Neutron Plugin 2013-08-25 14:22:38 -07:00
base_plugin.py Embrane Tempest Compliance 2014-02-18 23:38:01 -08:00

README

Embrane Neutron Plugin

This plugin interfaces OpenStack Neutron with Embrane's heleos platform, which
provides layer 3-7 network services for cloud environments.

L2 connectivity is leveraged by one of the supported existing plugins.

For more details on use, configuration and implementation please refer to:
http://wiki.openstack.org/wiki/Neutron/EmbraneNeutronPlugin