manila/openstack-common.conf
Thomas Bechtold 347fccd92f Add config module from oslo-incubator
Generated with: `./update.sh --module config --base manila
../../stackforge/manila/` from oslo-incubator, commit fed72f32.
This common code is expected to be used instead of Manila's
implementation located in 'tools/conf'.

Change-Id: I147888ba98ccb2ec98b9ced87b06d8f4766ec361
2014-08-12 15:12:17 +02:00

33 lines
591 B
Plaintext

[DEFAULT]
# The list of modules to copy from openstack-common
module=config
module=context
module=eventlet_backdoor
module=excutils
module=fileutils
module=gettextutils
module=importutils
module=jsonutils
module=local
module=lockutils
module=log
module=loopingcall
module=network_utils
module=policy
module=processutils
module=scheduler
module=scheduler.filters
module=scheduler.weights
module=service
module=sslutils
module=strutils
module=systemd
module=threadgroup
module=timeutils
module=uuidutils
module=versionutils
# The base module to hold the copy of openstack.common
base=manila