Replace rabbit config to 'default' section
* Rabbit configs are moved to 'default' section due to oslo.messaging doesn't read these parameters from section 'rabbit' Change-Id: I39393a779076f36c6142d770efa268178437332b
This commit is contained in:
parent
abf318a3f4
commit
46c049d480
@ -11,6 +11,14 @@ log_file = /tmp/mistral.log
|
||||
# Log levels for specific modules
|
||||
default_log_levels = mistral=INFO,mistral.cmd.api=INFO,mistral.api=DEBUG,wsme=DEBUG
|
||||
|
||||
# Rabbit config for oslo.messaging
|
||||
rabbit_host = localhost
|
||||
rabbit_port = 5672
|
||||
rabbit_virtual_host = /
|
||||
rabbit_task_queue = tasks
|
||||
rabbit_user = guest
|
||||
rabbit_password = guest
|
||||
|
||||
# Uncomment this option to get more fine-grained control over logging configuration
|
||||
#log_config_append = etc/logging.conf
|
||||
|
||||
@ -48,14 +56,6 @@ auth_enable = True
|
||||
#connection = mysql://root:password@localhost:3306/mistral
|
||||
connection = sqlite:///mistral.sqlite
|
||||
|
||||
[rabbit]
|
||||
rabbit_host = localhost
|
||||
rabbit_port = 5672
|
||||
rabbit_virtual_host = /
|
||||
rabbit_task_queue = tasks
|
||||
rabbit_user = guest
|
||||
rabbit_password = guest
|
||||
|
||||
[keystone]
|
||||
auth_uri=http://localhost:5000/v3
|
||||
auth_host=localhost
|
||||
|
Loading…
Reference in New Issue
Block a user