Merge "Comment out the option oslo_messaging_rabbit.rabbit_password"

This commit is contained in:
Zuul 2017-11-24 01:36:09 +00:00 committed by Gerrit Code Review
commit 290cecb627
5 changed files with 5 additions and 5 deletions

View File

@ -52,7 +52,7 @@ connection = mysql+pymysql://root:e1a2c042c828d3566d0a@localhost/trove
# The RabbitMQ password. (string value)
# Deprecated group/name - [DEFAULT]/rabbit_password
rabbit_password=f7999d1955c5014aa32c
#rabbit_password=f7999d1955c5014aa32c
# The RabbitMQ virtual host. (string value)
# Deprecated group/name - [DEFAULT]/rabbit_virtual_host

View File

@ -105,7 +105,7 @@ rabbit_host=10.0.0.1
# The RabbitMQ password. (string value)
# Deprecated group/name - [DEFAULT]/rabbit_password
rabbit_password=f7999d1955c5014aa32c
#rabbit_password=f7999d1955c5014aa32c
# The RabbitMQ virtual host. (string value)
# Deprecated group/name - [DEFAULT]/rabbit_virtual_host

View File

@ -208,7 +208,7 @@ idle_timeout = 3600
# The RabbitMQ password. (string value)
# Deprecated group/name - [DEFAULT]/rabbit_password
rabbit_password=f7999d1955c5014aa32c
#rabbit_password=f7999d1955c5014aa32c
# The RabbitMQ virtual host. (string value)
# Deprecated group/name - [DEFAULT]/rabbit_virtual_host

View File

@ -202,7 +202,7 @@ idle_timeout = 3600
# The RabbitMQ password. (string value)
# Deprecated group/name - [DEFAULT]/rabbit_password
rabbit_password=f7999d1955c5014aa32c
#rabbit_password=f7999d1955c5014aa32c
# The RabbitMQ virtual host. (string value)
# Deprecated group/name - [DEFAULT]/rabbit_virtual_host

View File

@ -108,7 +108,7 @@ paste_config_file=api-paste.ini.test
[oslo_messaging_rabbit]
# AMQP Connection info
# Deprecated group/name - [DEFAULT]/rabbit_password
rabbit_password=f7999d1955c5014aa32c
#rabbit_password=f7999d1955c5014aa32c
[mysql]