16 lines
560 B
Plaintext
16 lines
560 B
Plaintext
[DEFAULT]
|
|
verbose = {{ verbose }}
|
|
debug = {{ debug }}
|
|
use_syslog = {{ use_syslog }}
|
|
lock_path = /var/lock/quantum
|
|
core_plugin = {{ core_plugin }}
|
|
rabbit_userid = {{ rabbitmq_user }}
|
|
rabbit_virtual_host = {{ rabbitmq_virtual_host }}
|
|
rabbit_host = {{ rabbitmq_host }}
|
|
rabbit_password = {{ rabbitmq_password }}
|
|
control_exchange = quantum
|
|
notification_driver = quantum.openstack.common.notifier.list_notifier
|
|
list_notifier_drivers = quantum.openstack.common.notifier.rabbit_notifier
|
|
[AGENT]
|
|
root_helper = sudo /usr/bin/quantum-rootwrap /etc/quantum/rootwrap.conf
|