vmware-nsx/neutron/plugins/ibm
Jakub Libosvar 1a116d24a9 Fix H302 violations in plugins package
H302 violation is reported by flake8 when importing separated objects from
modules instead of importing the whole module.
e.g.   from package.module import function
       function()
is changed to
       from package import module
       module.function()

Change-Id: I83372124f4fba7b94bbfb4a56a0c0ef779ee237f
Partial-Bug: #1291032
2014-05-04 12:40:05 +02:00
..
agent Remove last parts of Quantum compatibility shim 2014-03-31 23:31:23 -07:00
common IBM: set secret=True on passwd config field 2014-04-23 18:34:14 -07:00
__init__.py Adds the new IBM SDN-VE plugin 2014-03-01 10:59:54 -05:00
README Adds the new IBM SDN-VE plugin 2014-03-01 10:59:54 -05:00
sdnve_api_fake.py Adds the new IBM SDN-VE plugin 2014-03-01 10:59:54 -05:00
sdnve_api.py Fix H302 violations in plugins package 2014-05-04 12:40:05 +02:00
sdnve_neutron_plugin.py Delete disassociated floating ips on external network deletion 2014-03-31 13:16:58 +04:00

IBM SDN-VE Neutron Plugin

This plugin implements Neutron v2 APIs.

For more details on how to use it please refer to the following page:
http://wiki.openstack.org/wiki/IBM-Neutron