neutron/neutron/services
Ihar Hrachyshka 0a75865b1f Use jsonutils instead of stdlib json
jsonutils provides multiple benefits in comparison to pure stdlib json
(like using simplejson on Python 2.6).

Similar patch was already merged before [1], but since it lacked hacking
rule to enforce jsonutils usage, new occurrences of stdlib json module
usage were introduced.

This patch switches all the code to using jsonutils and adds a hacking
rule to enforce the rule.

The hacking rule requires that jsonutils module does not mimic as 'json'
thru using import renames, so the code was updated not to rename the
module when doing import.

The hacking rule was shamelessly copied from the corresponding nova
review [2].

[1]: https://review.openstack.org/#/c/99760/
[2]: https://review.openstack.org/111296/

Change-Id: Ie7a5bb76445e15cde9fbf9ff3d2101a014637b37
2014-08-14 12:45:58 +02:00
..
firewall Use jsonutils instead of stdlib json 2014-08-14 12:45:58 +02:00
l3_router Exit Firewall Agent if config is invalid 2014-08-01 23:33:55 +05:30
loadbalancer Use jsonutils instead of stdlib json 2014-08-14 12:45:58 +02:00
metering Add -s option for neutron metering rules 2014-07-14 00:12:51 -07:00
vpn Merge "Move Cisco VPN RESTapi URI strings to constants" 2014-08-05 17:59:46 +00:00
__init__.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
provider_configuration.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00
service_base.py Remove the useless vim modelines 2014-06-21 15:07:31 +08:00