]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Change port/net create calls to take an additional kwargs param
authorBrad Hall <brad@nicira.com>
Fri, 30 Sep 2011 05:47:10 +0000 (22:47 -0700)
committerBrad Hall <brad@nicira.com>
Sun, 2 Oct 2011 22:46:29 +0000 (15:46 -0700)
commitaab44f36151ca732e2040f8a6066b99c80c2a04a
tree2b2fbe2264e8e5a4895a83422a8d0068c6be490b
parent342b8362ee4593f23d794df4058d08baca3645d3
Change port/net create calls to take an additional kwargs param

This is to allow data extensions to flow through the middleware to the actual
plugin.

Change-Id: Ief95b806504e10dd05ce7e941437628ac11a215b
quantum/api/api_common.py
quantum/api/networks.py
quantum/api/ports.py
quantum/plugins/SamplePlugin.py
quantum/quantum_plugin_base.py