f3cad5fe98
Implements blueprint use-common-jsonutils 1. Edit openstack-common.conf and import quantum/openstack/common/jsonutils.py 2. Remove json package imports and replace with jsonutils 3. Remove json related functions in common/utils.py Change-Id: Id5abc49175899fa4d83e613f852aaaac539ecfcb
8 lines
182 B
Plaintext
8 lines
182 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
modules=cfg,importutils,iniparser,jsonutils,setup
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=quantum
|