
This fixes the sample configuration to contain proper config groups alongway. Regenerate sample config with oslo's config generator. DocImpact: Removes the deprecated memcached_server option from DEFAULT (now in keystone_authtoken group) Closes-Bug: #1206650 Closes-Bug: #1260322 Change-Id: I170715bfe6ec7dad9f7317e7bb56cbb68034c4ec
36 lines
641 B
Plaintext
36 lines
641 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=rootwrap
|
|
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
|