vmware-nsx/quantum/plugins/nec/db
Zhongyue Luo e3721d2e05 Fix ATTR_NOT_SPECIFIED comparison errors
Fixes bug #1099663

Replaced equality operators used with ATTR_NOT_SPECIFIED to 'is' or 'is not'.
Used is_attr_set() where comparsion is done to None and ATTR_NOT_SPECIFIED.

Change-Id: I67c87051b46ca0518fa777cbb1c3e6141a533b61
2013-01-16 11:04:23 +08:00
..
__init__.py NEC OpenFlow plugin support. 2012-08-14 19:01:39 +09:00
api.py Remove unsused imports in the plugins package 2013-01-13 14:16:43 +02:00
models.py NEC OpenFlow plugin support. 2012-08-14 19:01:39 +09:00
nec_plugin_base.py Fix ATTR_NOT_SPECIFIED comparison errors 2013-01-16 11:04:23 +08:00