]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Consistently use jsonutils instead of specific implementation
authorIhar Hrachyshka <ihrachys@redhat.com>
Mon, 16 Jun 2014 07:17:10 +0000 (09:17 +0200)
committerIhar Hrachyshka <ihrachys@redhat.com>
Mon, 16 Jun 2014 07:18:52 +0000 (09:18 +0200)
commitde1ebcdf400f04619d1f999fc24e85aa480dfefe
tree2f438197ecaa59037513bb1656478e87a902e2d5
parentaa8f34cc5f832c478eb4d7d4e9112b499b3e412b
Consistently use jsonutils instead of specific implementation

jsonutils have several benefits in comparison to pure json
implementation, like enabling C boosted encoders and decoders for
Python2.6 by using simplejson when available.

Change-Id: I24d0cd442e8d9d89fac50e43fc97f7bb4a293c3d
Closes-Bug: 1329496
15 files changed:
neutron/plugins/bigswitch/servermanager.py
neutron/plugins/bigswitch/tests/test_server.py
neutron/plugins/nec/common/ofc_client.py
neutron/plugins/vmware/api_client/eventlet_request.py
neutron/plugins/vmware/nsxlib/__init__.py
neutron/plugins/vmware/nsxlib/l2gateway.py
neutron/plugins/vmware/nsxlib/lsn.py
neutron/plugins/vmware/nsxlib/secgroup.py
neutron/plugins/vmware/nsxlib/switch.py
neutron/tests/unit/bigswitch/fake_server.py
neutron/tests/unit/nec/test_ofc_client.py
neutron/tests/unit/test_policy.py
neutron/tests/unit/vmware/apiclient/fake.py
neutron/tests/unit/vmware/nsxlib/test_lsn.py
neutron/tests/unit/vmware/vshield/fake_vcns.py