summaryrefslogtreecommitdiff
path: root/neutron/plugins/nec/nec_plugin.py
Commit message (Expand)AuthorAgeFilesLines
* Remove @author(s) from copyright statementsGary Kotton2014-09-151-2/+0
* Make SecurityGroupsRpcCallback a separate callback classAkihiro Motoki2014-08-301-19/+16
* Make DhcpRpcCallback a separate callback classAkihiro Motoki2014-08-281-8/+2
* Make L3RpcCallback a separate callback classAkihiro Motoki2014-08-271-8/+2
* Avoid notifying while inside transaction opened in delete_port()Ihar Hrachyshka2014-07-051-1/+5
* Moved rpc_compat.py code back into rpc.pyIhar Hrachyshka2014-06-241-7/+7
* Remove the useless vim modelinesliu-sheng2014-06-211-2/+0
* Removed create_rpc_dispatcher methodsIhar Hrachyshka2014-06-201-10/+2
* Renamed consume_in_thread -> consume_in_threadsIhar Hrachyshka2014-06-191-2/+2
* Port to oslo.messagingIhar Hrachyshka2014-06-191-8/+7
* Introduced rpc_compat.create_connection()Ihar Hrachyshka2014-06-161-2/+1
* Introduce RpcCallback classIhar Hrachyshka2014-06-161-3/+6
* Added RpcProxy classIhar Hrachyshka2014-06-091-2/+2
* NEC plugin: Bump L3RPC callback version to 1.1Akihiro Motoki2014-05-281-2/+3
* Allowed Addresspairs: Removing check for overlap with fixed ipsPraveen Yalagandula2014-05-211-4/+0
* Ensure core plugin deallocation after every testMaru Newby2014-05-081-3/+3
* Delete disassociated floating ips on external network deletionOleg Bondarev2014-03-311-3/+10
* Merge "nec plugin: allow to delete resource with ERROR status"Jenkins2014-03-271-37/+47
|\
| * nec plugin: allow to delete resource with ERROR statusAkihiro Motoki2014-03-271-37/+47
* | Adds OVS_HYBRID_PLUG flag to portbindingsKevin Benton2014-03-261-1/+4
|/
* Merge "Add enable_security_group option"Jenkins2014-03-221-1/+1
|\
| * Add enable_security_group optionNachi Ueno2014-03-211-1/+1
* | Merge "NEC plugin: Remove a colon from binding:profile key due to XML problem"Jenkins2014-03-221-7/+7
|\ \
| * | NEC plugin: Remove a colon from binding:profile key due to XML problemAkihiro Motoki2014-03-221-7/+7
| |/
* | Use save_and_reraise_exception when reraise exceptionAkihiro Motoki2014-03-211-5/+6
|/
* Avoid long transaction in plugin.delete_ports()Akihiro Motoki2014-03-161-13/+0
* Fix ml2 & nec plugins for allowedaddresspairs testsJon Grimm2014-03-121-6/+5
* Merge "NEC plugin: PFC packet fitler support"Jenkins2014-03-051-1/+1
|\
| * NEC plugin: PFC packet fitler supportAkihiro MOTOKI2014-03-041-1/+1
* | replace rest of q_exc to n_exc in code baseAaron Rosen2014-03-031-4/+4
|/
* nec plugin: Avoid long transaction in delete_portsAkihiro Motoki2014-03-021-0/+13
* Merge "Handle racing condition in OFC port deletion"Jenkins2014-02-281-5/+21
|\
| * Handle racing condition in OFC port deletionAkihiro Motoki2014-02-211-5/+21
* | Replace binding:capabilities with binding:vif_detailsBob Kukura2014-02-231-1/+2
* | Merge "Use "!=" instead of "is not" when comparing two values"Jenkins2014-02-231-3/+3
|\ \
| * | Use "!=" instead of "is not" when comparing two valuesAkihiro Motoki2014-02-211-3/+3
| |/
* | Plugins should call __init__ of db_base_plugin for db.configureAaron Rosen2014-02-211-2/+1
|/
* nec plugin: Compare OFS datapath_id as hex intAkihiro Motoki2014-02-131-3/+5
* Merge "Rebind allowed address pairs only if they changed"Jenkins2013-11-281-1/+1
|\
| * Rebind allowed address pairs only if they changedSalvatore Orlando2013-11-261-1/+1
* | Added check on plugin.supported_extension_aliasesAmir Sadoughi2013-11-191-5/+4
|/
* Merge "Allowed Address Pairs support in NEC plugin"Jenkins2013-09-271-2/+20
|\
| * Allowed Address Pairs support in NEC pluginAkihiro MOTOKI2013-09-261-2/+20
* | Fix port deletion in NEC PluginAkihiro MOTOKI2013-09-241-18/+12
|/
* Adds support for L3 routing/NAT as a service pluginBob Melander2013-09-111-2/+8
* Fix message i18n errorZhiQiang Fan2013-09-081-1/+1
* Merge "Allow None for binding:profile attribute"Jenkins2013-09-051-0/+3
|\
| * Allow None for binding:profile attributeAkihiro MOTOKI2013-09-051-0/+3
* | OpenFlow distributed router support in NEC pluginAkihiro MOTOKI2013-09-041-29/+76
|/
* Export portinfo thru portbinding ext in NEC pluginAkihiro MOTOKI2013-09-031-16/+152