]> 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)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:38 +0000 (15:20 +0800)
commit563e262ec8dbe516214173504f8821764564b030
tree6bac2150b0b99d1aadde056cb9cb8dda4f2ab2ea
parentd2bc05bb2073680084044cfc279660bdf0fef7db
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