cinder/openstack-common.conf
Thierry Carrez 7035ef485e Use oslo.rootwrap library instead of local copy
Remove rootwrap code copied from oslo-incubator, make
cinder-rootwrap a console_script entrypoint pointing in
oslo.rootwrap instead.

Change-Id: I4e924bc9fccd7f5a8522ac38b7c6d29683990ea8
Implements: blueprint cinder-oslo-rootwrap
2014-01-20 09:12:23 +01:00

35 lines
625 B
Plaintext

[DEFAULT]
# The list of modules to copy from openstack-common
module=context
module=config.generator
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=rpc
module=scheduler
module=scheduler.filters
module=scheduler.weights
module=service
module=strutils
module=timeutils
module=uuidutils
# The base module to hold the copy of openstack.common
base=cinder