Comment out the option oslo_messaging_rabbit.rabbit_password

The option oslo_messaging_rabblt.rabbit_password has been
deprecated. Therefore the option is commented out in the
sample config files etc/trove/ directory.

Change-Id: I613087217c88b8a5dbf8dfc3f51e48b8fe4c84c8
This commit is contained in:
Stephen Ma 2017-08-18 09:02:30 -07:00
parent 0fb67d459b
commit 68e02bbdf7
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

@ -209,7 +209,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

@ -118,7 +118,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]