You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
8 years ago
..
agent Use string exception casting everywhere 8 years ago
common Migrate to oslo.log 8 years ago
l2base Empty files should not contain copyright or license 9 years ago
plugins Empty files should not contain copyright or license 9 years ago
README Embrane Neutron Plugin 10 years ago
__init__.py Empty files should not contain copyright or license 9 years ago
base_plugin.py Migrate to oslo.log 8 years ago

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