]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ml2: _commit_port_binding: Don't use None to mean False
authorYAMAMOTO Takashi <yamamoto@midokura.com>
Fri, 14 Aug 2015 10:08:38 +0000 (19:08 +0900)
committerYAMAMOTO Takashi <yamamoto@midokura.com>
Fri, 14 Aug 2015 10:10:33 +0000 (19:10 +0900)
commit977e7856c0ce81162c13c61a832b6bbef79c3aad
treec62a8386bee9748d749c78c2c0a3c2ac13a95195
parentd6742d48b09951cee6ff582a983e1841852e407f
ml2: _commit_port_binding: Don't use None to mean False

The second return value is a boolean.

Change-Id: Id5b2b00bdfcb7c81ba05b1905cd781f38e6ebad8
neutron/plugins/ml2/plugin.py