Deprecated messaging configuration options mentioned in the documentation

Bug #1695857 reported by Xavier Hardy
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mistral
Fix Released
Medium
Sharat Sharma

Bug Description

The configuration guide still mentions rabbit_userid, rabbit_password and rabbit_host as well as [DEFAULT]/rpc_backend which have been all marked as deprecated since (at least) the Ocata release.
https://docs.openstack.org/developer/mistral/guides/configuration_guide.html

From the generated mistral.conf:
# DEPRECATED: The RabbitMQ broker address where a single node is used.
# (string value)
# Deprecated group/name - [DEFAULT]/rabbit_host
# This option is deprecated for removal.
# Its value may be silently ignored in the future.
# Reason: Replaced by [DEFAULT]/transport_url
#rabbit_host = localhost

The correct configuration would be:
[DEFAULT]
transport_url = rabbit://<user_id>:<password>@<host>:5672/

Changed in mistral:
milestone: none → pike-3
status: New → Confirmed
importance: Undecided → Medium
Changed in mistral:
status: Confirmed → Fix Released
assignee: nobody → Sharat Sharma (sharat-sharma)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.