The config options of the "nova.conf" section "libvirt" got moved to the new central location "nova/conf/libvirt.py". This is the last patch in a long-chain patchs. The next chain of patch-set will focus on improve libvirt help texts. Change-Id: Ieaa9092dcb53c405b60ff4f4c9ea68f8d90e8435 Co-Authored-by: Markus Zoeller <mzoeller@de.ibm.com> Implements: blueprint centralize-config-options-newton
21 lines
514 B
Plaintext
21 lines
514 B
Plaintext
[DEFAULT]
|
|
output_file = etc/nova/nova.conf.sample
|
|
wrap_width = 79
|
|
namespace = nova
|
|
namespace = nova.conf
|
|
namespace = nova.api
|
|
namespace = nova.cache_utils
|
|
namespace = nova.cells
|
|
namespace = nova.compute
|
|
namespace = nova.network
|
|
namespace = oslo.cache
|
|
namespace = oslo.log
|
|
namespace = oslo.messaging
|
|
namespace = oslo.policy
|
|
namespace = oslo.service.periodic_task
|
|
namespace = oslo.service.service
|
|
namespace = oslo.db
|
|
namespace = oslo.middleware
|
|
namespace = oslo.concurrency
|
|
namespace = keystonemiddleware.auth_token
|