neutron-fwaas/neutron/plugins
Henry Gessau dda6c89202 Enable flake8 E711 and E712 checking
E711 comparison to False should be 'if cond is False:' or 'if not cond:'
     comparison to None should be 'if cond is None:' or 'if not cond:'
E712 comparison to True should be 'if cond is True:' or 'if cond:'

Most violations were in DB queries. Replace as follows:
  False -> sqlalchemy.sql.false()
  None  -> sqlalchemy.sql.null()
  True  -> sqlalchemy.sql.true()

Change-Id: Iff54747b70f504d5466cfdc6e2ec4d7a0f9ddb7c
Closes-bug: #1305377
2014-04-09 23:03:57 -04:00
..
bigswitch BSN: Remove module-level ref to httplib method 2014-04-07 22:37:46 -07:00
brocade Remove last parts of Quantum compatibility shim 2014-03-31 23:31:23 -07:00
cisco Enable flake8 E711 and E712 checking 2014-04-09 23:03:57 -04:00
common Add common base class for agent functional tests 2014-04-07 08:13:59 +00:00
embrane Embrane LBaaS Driver 2014-03-12 16:02:11 -07:00
hyperv Merge "Fix bug:range() is not same in py3.x and py2.x" 2014-03-22 05:22:24 +00:00
ibm Remove last parts of Quantum compatibility shim 2014-03-31 23:31:23 -07:00
linuxbridge Merge "Fix bug:range() is not same in py3.x and py2.x" 2014-03-22 05:22:24 +00:00
metaplugin Enable hacking H301 check 2014-04-01 13:10:14 -04:00
midonet Use save_and_reraise_exception when reraise exception 2014-03-21 21:31:55 +09:00
ml2 Enable flake8 E711 and E712 checking 2014-04-09 23:03:57 -04:00
mlnx Fixed TypeError when creating MlnxException 2014-03-25 16:43:30 +02:00
nec Enable flake8 E711 and E712 checking 2014-04-09 23:03:57 -04:00
nicira Fix NVP/Nicira nits 2014-03-03 14:48:59 -08:00
nuage replace rest of q_exc to n_exc in code base 2014-03-03 17:42:20 -08:00
ofagent Merge "OFAgent: Avoid re-wiring ports unnecessarily" 2014-04-09 13:50:26 +00:00
oneconvergence Invoke _process_l3_create within plugin session 2014-03-30 17:48:21 -07:00
openvswitch Merge "Correctly inherit __table_args__ from parent class" 2014-04-08 20:24:32 +00:00
plumgrid Added missing l3_update call in update_network 2014-03-16 20:52:21 -07:00
ryu Adds OVS_HYBRID_PLUG flag to portbindings 2014-03-26 23:41:19 -07:00
vmware NSX: Fix KeyError in sync if nsx_router_id not found 2014-04-09 00:50:01 +00:00
__init__.py Finish off rebranding of the Nicira NVP plugin 2014-03-01 18:14:52 -08:00