Remove inexistent option in install guide.

Remove notifier_queue_* because the options are no longer needed and
should be removed.

Closes-bug: #1706528

Change-Id: Idfd205473f1756a69d0d9607e9f8c1dd9780553c
This commit is contained in:
Fan Zhang 2017-07-27 10:59:00 +08:00
parent fa171bd3e9
commit 327eb48384
2 changed files with 0 additions and 11 deletions

View File

@ -12,7 +12,6 @@
nova_compute_url = http://controller:8774/v2
cinder_url = http://controller:8776/v1
swift_url = http://controller:8080/v1/AUTH_
notifier_queue_hostname = controller
...
[database]
connection = mysql+pymysql://trove:TROVE_DBPASS@controller/trove

View File

@ -101,16 +101,6 @@ revert_time_out = 120
notification_driver = trove.tests.util.usage
notification_service_id = mysql:123,percona:abc
# ============ notifer queue kombu connection options ========================
notifier_queue_hostname = localhost
notifier_queue_userid = guest
notifier_queue_password = guest
notifier_queue_ssl = False
notifier_queue_port = 5672
notifier_queue_virtual_host = /
notifier_queue_transport = memory
control_exchange = trove
paste_config_file=api-paste.ini.test