]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Support a timeout argument when instantiating a bigswitch plugin
authorKanzhe Jiang <kanzhe@gmail.com>
Fri, 28 Jun 2013 21:23:46 +0000 (14:23 -0700)
committerKanzhe Jiang <kanzhe@gmail.com>
Fri, 28 Jun 2013 23:11:40 +0000 (16:11 -0700)
commitbc4c382f115c50fae1e00a64ec12869a29e34460
tree9e3f6e75c6e2d8220dab70da90b187350bb3b641
parent67548e10f05a702dcaa8f05528ee1b4286094094
Support a timeout argument when instantiating a bigswitch plugin

The timeout argument overwrites the timeout value set in the config file.
The change permits any standalone script to interact with the bigswitch controller
through the quantum plugin with customized timeout value without changing the plugin
behavior.

Fixes: bug #1195923
Change-Id: I17954e70d661e7e7d5156c34c08b7c96bb3203ce
quantum/plugins/bigswitch/plugin.py