]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
BigSwitch: Asynchronous rest calls for port create
authorKevin Benton <blak111@gmail.com>
Tue, 18 Feb 2014 22:18:47 +0000 (22:18 +0000)
committerKevin Benton <blak111@gmail.com>
Sun, 2 Mar 2014 01:50:00 +0000 (01:50 +0000)
commitb85e907e727240bacaac56374653b3e38bc33396
tree48bd101b47f0a4d9e96bb9db9a3201cd4e4fe575
parent2964b8483a7a8c2708c2bfe6baadac633b91582d
BigSwitch: Asynchronous rest calls for port create

Makes rest calls for port creation an async
operation so create_port calls immediately
return in a BUILD state.

Implements: blueprint bsn-port-async
Change-Id: Ib512a846fa878ec33205df08a3b2464b7ea0941a
etc/neutron/plugins/bigswitch/restproxy.ini
neutron/plugins/bigswitch/config.py
neutron/plugins/bigswitch/plugin.py
neutron/plugins/ml2/drivers/mech_bigswitch/driver.py
neutron/tests/unit/bigswitch/test_base.py
neutron/tests/unit/bigswitch/test_restproxy_plugin.py