nova/nova/notifier
Zhongyue Luo 3dce38f325 Replace standard json module with openstack.common.jsonutils
Implements blueprint use-common-jsonutils

1. Edit openstack-common.conf and import nova/openstack/common/jsonutils.py
2. Remove json package imports and replace with jsonutils

Places where using json.load hasn't changed.

Change-Id: Ie6feab605fb0474fd505c56ef57b7a9ecfa5269d
2012-06-07 09:24:03 +08:00
..
__init__.py Moved everything into notifier/api 2011-05-11 13:10:40 -05:00
api.py Unused imports cleanup (folsom-2) 2012-06-03 13:26:35 +08:00
capacity_notifier.py Pass context to notification drivers when we can. 2012-05-02 15:37:32 -05:00
list_notifier.py Pass context to notification drivers when we can. 2012-05-02 15:37:32 -05:00
log_notifier.py Replace standard json module with openstack.common.jsonutils 2012-06-07 09:24:03 +08:00
no_op_notifier.py Pass context to notification drivers when we can. 2012-05-02 15:37:32 -05:00
rabbit_notifier.py Pass context to notification drivers when we can. 2012-05-02 15:37:32 -05:00
test_notifier.py Pass context to notification drivers when we can. 2012-05-02 15:37:32 -05:00