
Commit 035668 had the QemuImgInfo class moved to Oslo. This class diverged from Nova and then missed some changes made in Nova since then. The two projects will be able to use identical classes by adapting imageutils. Change-Id: I6ed352c42e45d32de94066c82f83e7332d4a98ed
34 lines
602 B
Plaintext
34 lines
602 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
module=context
|
|
module=db
|
|
module=db.sqlalchemy
|
|
module=excutils
|
|
module=fileutils
|
|
module=flakes
|
|
module=gettextutils
|
|
module=imageutils
|
|
module=importutils
|
|
module=install_venv_common
|
|
module=jsonutils
|
|
module=local
|
|
module=lockutils
|
|
module=log
|
|
module=network_utils
|
|
module=notifier
|
|
module=periodic_task
|
|
module=policy
|
|
module=processutils
|
|
module=rootwrap
|
|
module=rpc
|
|
module=scheduler
|
|
module=scheduler.filters
|
|
module=scheduler.weights
|
|
module=strutils
|
|
module=timeutils
|
|
module=uuidutils
|
|
|
|
# The base module to hold the copy of openstack.common
|
|
base=cinder
|