vmware-nsx/neutron/plugins/nec
Oleg Bondarev 647d925f84 Use RPC instead of neutron client in metadata agent
RPC is a standard way of interacting between Neutron server and agents
Using neutron client is also  inefficient as it results in unneeded
keystone load and may become a bottleneck at scale

DocImpact
When upgrading, one should upgrade neutron server first,
then metadata agent. However there is a fallback in case
metadata agent fails to get info from server by rpc -
it will return to using neutron client.

Closes-Bug: #1092043

Change-Id: Ib75568643e6062543c0ff8cf80fba1b40b4fe82f
2014-10-28 15:52:37 +04:00
..
agent Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
common Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
db Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
drivers Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
extensions Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
nec_plugin.py Use RPC instead of neutron client in metadata agent 2014-10-28 15:52:37 +04:00
nec_router.py Merge "HA routers master state now distributed amongst agents" 2014-09-20 05:48:39 +00:00
ofc_driver_base.py Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
ofc_manager.py Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
packet_filter.py Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00
README Remove last parts of Quantum compatibility shim 2014-03-31 23:31:23 -07:00
router_drivers.py Remove @author(s) from copyright statements 2014-09-15 21:40:09 +09:00

Quantum NEC OpenFlow Plugin


# -- What's this?

https://wiki.openstack.org/wiki/Neutron/NEC_OpenFlow_Plugin


# -- Installation

Use QuickStart Script for this plugin.  This provides you auto installation and
configuration of Nova, Neutron and Trema.
https://github.com/nec-openstack/quantum-openflow-plugin/tree/folsom