astara/astara
gengchc2 93d61f3689 Add __ne__ built-in function for astara
In Python 3 __ne__ by default delegates to __eq__ and inverts the
result,but in Python 2 they urge you to define __ne__ when you define
__eq__ for it to work properly.There are no implied relationships
among the comparison operators. The truth of x==y does not imply that
x!=y is false.Accordingly, when defining __eq__(), one should also
define __ne__() so that the operators will behave as expected.

Change-Id: I9859ad3bdf304ba87d04c9ecabf069b0fdfe4b45
2016-10-04 21:24:15 +00:00
..
api Add __ne__ built-in function for astara 2016-10-04 21:24:15 +00:00
cli Replace python print operator with print function. 2016-03-10 14:33:16 +05:30
common Add __ne__ built-in function for astara 2016-10-04 21:24:15 +00:00
db Show version info for astara-dbsync 2016-04-28 14:55:07 +08:00
drivers Subscribe to correct event for FIP assoc/disassoc 2016-04-29 15:34:17 -07:00
pez Replace range() to six.moves.range() for both python2 and python3 2016-01-19 17:34:56 +08:00
test Add __ne__ built-in function for astara 2016-10-04 21:24:15 +00:00
__init__.py Step 2 of renaming the code 2015-12-04 11:09:34 -05:00
commands.py Step 2 of renaming the code 2015-12-04 11:09:34 -05:00
coordination.py Merge "Filter the 'leader' member from cluster membership list" 2016-01-22 19:57:54 +00:00
daemon.py Step 3 of module rename 2015-12-04 17:00:52 -05:00
debug.py Add clustering capabilities to instance manager 2016-03-18 14:25:51 -07:00
event.py Add clustering capabilities to instance manager 2016-03-18 14:25:51 -07:00
health.py Make Astara Newton compatible 2016-10-04 10:49:09 -04:00
instance_manager.py Add clustering capabilities to instance manager 2016-03-18 14:25:51 -07:00
main.py Make Astara Newton compatible 2016-10-04 10:49:09 -04:00
metadata.py py3.x: Use six.text_type() instead of unicode() 2016-03-10 17:15:39 +05:30
newton_fix.py Make Astara Newton compatible 2016-10-04 10:49:09 -04:00
notifications.py Fix messaging layer for newer oslo.messaging changes 2016-05-21 21:07:46 -07:00
opts.py Fix pep8 errors in source code 2016-01-20 16:33:21 +08:00
populate.py Step 3 of module rename 2015-12-04 17:00:52 -05:00
scheduler.py py3.x: Use six.text_type() instead of unicode() 2016-03-10 17:15:39 +05:30
state.py Add clustering capabilities to instance manager 2016-03-18 14:25:51 -07:00
tenant.py Add clustering capabilities to instance manager 2016-03-18 14:25:51 -07:00
version.py Adds reno for release notes management 2015-12-11 16:40:23 -08:00
worker.py Rename self.driver to self.resource where applicable 2016-03-17 23:20:44 +00:00