neutron/neutron/plugins/embrane
Martin Roy fe6654b250 Use string exception casting everywhere
Instead of the deprecated "message" member access,
casting to a string invokes the __str__ method of the exception
that is wired to return the message

Added a test of the failure cases of IpRouteCommand::delete_gateway
because they were missing

Running unit and functional tests locally no longer shows the warning
reported in the bug.

Change-Id: Ia79f526aa973ece1145615d65349f860aa3fd465
Closes-Bug: #1466542
2015-06-22 09:13:56 -04:00
..
agent Use string exception casting everywhere 2015-06-22 09:13:56 -04:00
common Migrate to oslo.log 2015-03-12 11:22:56 +01:00
l2base Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
plugins Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
README Embrane Neutron Plugin 2013-08-25 14:22:38 -07:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
base_plugin.py Migrate to oslo.log 2015-03-12 11:22:56 +01: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