]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ml2: Simplify _process_provider_create
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Thu, 29 Jan 2015 07:10:27 +0000 (16:10 +0900)
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Wed, 4 Feb 2015 04:04:40 +0000 (13:04 +0900)
commita3ab3eb276ef9a5927efa748337bd699086b1623
tree21048f2da89ce5f07b6ba7e5ac9434feac14c1fd
parente18f0cb003a0046195a00206734133827e199ed3
ml2: Simplify _process_provider_create

There's little point to extract attributes from a dict,
construct another dict, and make _process_provider_segment
extract attributes from the dict again.

Change-Id: I19ad6e8805aaaeaff2c60e8a2854681b2b59d2fa
neutron/plugins/ml2/managers.py