neutron/neutron/plugins/cisco
Romil Gupta 7f406805d9 Move values for network_type to plugins.common.constants.py
It is quite confusing to have values for network type in common.constants.py
instead of having in plugins.common.constants.py.

Currently, the plugins/common/constants.py consists network_type constants
like VLAN, VXLAN, GRE etc. but values for network type like ranges
are defined in common.constants.py which is not good, it is better to have
both things at the same place.

This patch set addresses the same.

Moved out few methods which are predominantly used in plugins
from common.utils.py to plugins.common.utils.py.

Removed constants which were used in neutron-fwaas from
plugins.common.constants.py: https://review.openstack.org/#/c/168709/

Closes-Bug: #1441043

Change-Id: Iecfb15c541ed5d3cce95ba48f072af7fa60ac6f1
2015-04-12 23:59:31 -07:00
..
common Remove remaining root_helper args from plugins 2015-02-13 09:01:59 -06:00
db Move values for network_type to plugins.common.constants.py 2015-04-12 23:59:31 -07:00
extensions Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
models Migrate to oslo.log 2015-03-12 11:22:56 +01:00
n1kv Move values for network_type to plugins.common.constants.py 2015-04-12 23:59:31 -07:00
service_plugins Vendor decomposition to move CSR1000v support to the networking-cisco repo 2015-03-05 14:02:08 -08:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
l2device_plugin_base.py Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
network_plugin.py Migrate to oslo.log 2015-03-12 11:22:56 +01:00

README

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