vmware-nsx/neutron/plugins/cisco
Jakub Libosvar 8f0a303443 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
..
common Fix segment allocation tables in Cisco N1kv plugin 2014-03-21 20:39:04 -07:00
db Fix network profile subtype validation in N1kv plugin 2014-05-01 18:22:19 -07:00
extensions Fix H302 violations in plugins package 2014-05-04 12:40:05 +02:00
models Cisco plugin fails with ParseError no elem found 2014-03-19 00:21:46 +00:00
n1kv Merge "Segregate the VSM calls from database calls in N1kv plugin" 2014-05-02 20:56:17 +00:00
nexus Fix H302 violations in plugins package 2014-05-04 12:40:05 +02:00
test Improve unit test coverage for Cisco plugin nexus code 2013-11-25 17:24:17 -05:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
l2device_plugin_base.py Enable hacking H301 check 2014-04-01 13:10:14 -04:00
network_plugin.py Merge "Cisco Nexus: maximum recursion error in ConnectionContext.__del__" 2014-03-22 03:55:54 +00:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00

Cisco Neutron Virtual Network Plugin

This plugin implements Neutron v2 APIs and helps configure
topologies consisting of virtual and physical switches.

For more details on use please refer to:
http://wiki.openstack.org/cisco-neutron