This patch imports jsonutils from openstack-common. It removes the equivalent code from nova.utils and then converts the code base to use jsonutils. The primary motivator for this change was to remove the rest of the dependencies from nova.rpc on nova.utils. Change-Id: If43658b9b098ed56cba018c81be268b8c3e2916a
8 lines
194 B
Plaintext
8 lines
194 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
modules=cfg,excutils,local,importutils,iniparser,jsonutils,setup
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=nova
|