vmware-nsx/neutron/plugins/ml2/drivers/l2pop
Henry Gessau e5bd64ff26 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
..
__init__.py Add l2 population base classes 2013-09-12 01:06:51 +02:00
config.py Add l2 population base classes 2013-09-12 01:06:51 +02:00
constants.py Vxlan / L2population support to Linuxbridge Agent 2013-09-12 02:51:37 +02:00
db.py Enable flake8 E711 and E712 checking 2014-04-09 23:03:57 -04:00
mech_driver.py Send fdb remove message when a port is migrated 2014-03-14 10:17:55 +01:00
rpc.py Fix l2 pop doesn't propagate ip address updates 2013-09-26 05:20:17 +02:00