← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1618103] Re: fullstack using deprecated oslo messaging options

 

Reviewed:  https://review.openstack.org/362201
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=9a5eb4aefda860e29eb808c8e8a2444c611c7dce
Submitter: Jenkins
Branch:    master

commit 9a5eb4aefda860e29eb808c8e8a2444c611c7dce
Author: Assaf Muller <amuller@xxxxxxxxxx>
Date:   Mon Aug 29 11:28:25 2016 -0400

    Handle fullstack oslo deprecations
    
    Change-Id: I384179c6333e6aac135820943d31d67e1547fe0d
    Closes-Bug: #1618103
    Closes-Bug: #1618111


** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1618103

Title:
  fullstack using deprecated oslo messaging options

Status in neutron:
  Fix Released

Bug description:
  In https://bugs.launchpad.net/neutron/+bug/1487322 we switched
  fullstack to use oslo messaging options from the DEFAULT section to
  the oslo_messaging_rabbit section. Now these options have been
  deprecated as well and the new directive is to use the transport_url
  option:
  http://docs.openstack.org/developer/oslo.messaging/opts.html#DEFAULT.transport_url.
  It doesn't seem like the option is documented, but the format is:
  rabbit://$RABBIT_USERID:$RABBIT_PASSWORD@$RABBIT_HOST:$PORT/$virtual_host

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1618103/+subscriptions


References