13f0446ed5
Remove rootwrap code copied from oslo-incubator, make manila-rootwrap a console_script entrypoint pointing in oslo.rootwrap instead. Partially-implements blueprint use-common-code Change-Id: I519e8dec24dc9c48243af41dc0f423c05a0d92e2
27 lines
489 B
Plaintext
27 lines
489 B
Plaintext
[DEFAULT]
|
|
|
|
# The list of modules to copy from openstack-common
|
|
module=context
|
|
module=excutils
|
|
module=fileutils
|
|
module=flakes
|
|
module=gettextutils
|
|
module=importutils
|
|
module=install_venv_common
|
|
module=jsonutils
|
|
module=local
|
|
module=lockutils
|
|
module=log
|
|
module=network_utils
|
|
module=policy
|
|
module=processutils
|
|
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=manila
|