Comment 6 for bug 1424728

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to oslo.messaging (feature/amqp-dispatch-router)

Reviewed: https://review.openstack.org/325916
Committed: https://git.openstack.org/cgit/openstack/oslo.messaging/commit/?id=1c7ff9d60ae82bc3016503c7eb3bcdc0e228fcfc
Submitter: Jenkins
Branch: feature/amqp-dispatch-router

commit 2668177256e2c09f2db69d026655e94045c20e5f
Author: Edan David <email address hidden>
Date: Thu Jun 2 01:42:01 2016 -0400

    Fix typo: 'olso' to 'oslo'

    Change-Id: Ic86ded995ecf24b094b25c140da264526eafe611

commit a620319af4583925f02b4b14d3c5106b85726dad
Author: OpenStack Proposal Bot <email address hidden>
Date: Thu Jun 2 04:08:22 2016 +0000

    Updated from global requirements

    Change-Id: Idb293b41afef83871ebfdb451f7f6a079ce10711

commit 31691745d43be5ea74772a8a2e4072616fdf0814
Author: ozamiatin <email address hidden>
Date: Mon May 16 15:43:27 2016 +0300

    [zmq] Don't skip non-direct message types

    If using the router proxy we need to be able to
    dispatch all types of messages over the routers,
    not limiting them to direct types only.

    Also added fanout possibility to do on a client-side,
    so we can reduce latency on a proxy, and not using
    pub-sub for fanout when we don't want it.

    Change-Id: Ic88c306c1d386dd582cbccfc5719fba5668a9db8

commit 8ee19159d2aa00e175bbdadac7d0d52627334cb5
Author: ozamiatin <email address hidden>
Date: Mon May 16 17:07:30 2016 +0300

    [zmq] Refactoring of zmq client

    Split ZmqClient in order to create different clients
    for different configurations (direct/proxy).

    Change-Id: Ib374f62f53f2c82278ce5bc555ea440e8eba6617

commit 4b0e247d2d9d1c8eb5b9f904dd632bda9c706670
Author: OpenStack Proposal Bot <email address hidden>
Date: Tue May 31 03:05:21 2016 +0000

    Updated from global requirements

    Change-Id: I5e48d3f427128c6beebdd04ec9dbfc96683cee9e

commit 9d51fa4a2fa734e347be1998f5fd2b1e35dbc0a4
Author: Andrew Smith <email address hidden>
Date: Thu May 26 11:54:29 2016 -0400

    [AMQP 1.0] Randomize host list connection attempts

    Randomize the initial selection of the host list for amqp 1.0 connection
    attempts.

    This patch:
    * randomizes initial index
    * updates failover unit tests

    Change-Id: Iab5ae684a2cd8ec0c6d0c59ffffde5eb5baf883b

commit 5fb8f269e7c03fe8252cf09dccb88ad64cc43e88
Author: JiaJunsu <email address hidden>
Date: Mon May 16 06:03:07 2016 -0700

    Modify the TransportURL's docstrings

    To match the test_urls.TestParseURL multi_creds

    Change-Id: I4a37b7bce3703aa581bc46d41690bf7978f813a6
    Close-Bug: #1529310

commit 9ccfbdd3c3b19419c370b041c0f39be6b70b622d
Author: Gevorg Davoian <email address hidden>
Date: Tue May 24 12:32:11 2016 +0300

    Fix problems after refactoring RPC client

    The patch fixes some problems arised after merging the previous
    patch which this patch depends on.

    Change-Id: If38edec19f9bffc8ac54818b2536243a9edaf7e8
    Depends-On: I608c828123b196099933d16801f8ce7d9dd3a079
    Closes-Bug: #1584889

commit 4d0f7ab652416af78e1e23d62235e868c4d1e57a
Author: Mehdi Abaakouk <email address hidden>
Date: Wed May 6 09:55:23 2015 +0200

    deprecate usage of transport aliases

    This change starts the deprecation process for the transport aliases.

    The first step is deprecate this one cycle. To ensure deployer have
    updated they configuration during Newton Then in Octacia we will deprecate
    'aliases' kwargs of transportURL() and get_transport() for consuming
    application.

    Related-bug: #1424728

    Change-Id: I314cefa5fb1803fa7e21e3e34300e5ced31bba89

commit c07d02e49835e89a63689f9b8a73e93423dfcae9
Author: Mehdi Abaakouk <email address hidden>
Date: Fri May 20 18:36:57 2016 +0200

    Documents recommended executor

    Change-Id: I6205c15975ce35349adc31999a93b80970c6787d

commit a7e5a429685002e3662c05db705ac4eca14b9b93
Author: Mehdi Abaakouk <email address hidden>
Date: Thu May 19 14:54:15 2016 +0200

    kafka: Deprecates host, port options

    kafka now can read configuration from TransportURL,
    so we can deprecate the legacy options.

    Change-Id: I87ed4c0404f323f93357dddcf7858c5d1ff16513

commit f6e1e0acb61e72198f22a74fb645b37bc779189d
Author: OpenStack Proposal Bot <email address hidden>
Date: Thu May 19 18:36:52 2016 +0000

    Updated from global requirements

    Change-Id: Ief26e52f3ffdded98f1ba46e17c62c7fc7c2a8b8

commit 0991a696ca3583a590c0b5756b31693881b86e46
Author: Kirill Bespalov <email address hidden>
Date: Thu May 19 16:49:51 2016 +0300

    Add reno for releasenotes management

    An initial patch to add reno and create a base directory for
    release notes

    Change-Id: If393d865f3f054379a713d0e9f905d43b2faeccb

commit 39749c77a843a845c540c8afb1e5c7f617c33a22
Author: Gevorg Davoian <email address hidden>
Date: Fri May 13 15:41:22 2016 +0300

    Remove logging from serialize_remote_exception

    This patch removes log_failure argument from the function
    serialize_remote_exception and from driver implementations
    using it (because it is never used and always defaults to True)
    and prevents error logging in this function (because these errors
    are already logged by servers while processing incoming messages).

    Change-Id: Ic01bb11d6c4f018a17f3219cdbd07ef4d30fa434
    Closes-Bug: 1580352

commit 99b843767d0ab1f37dc5662c0efc0263fcd88977
Author: Ildar Svetlov <email address hidden>
Date: Thu Apr 14 19:45:32 2016 +0300

    [kafka] Add several bootstrap servers support

    At that moment kafka driver can use only url with one "host:port"
    for the bootstrap server defining, but kafka client supports
    set of host:port adresses: "host1:port1,host2:port2", ... .
    This patch implement this functional in kafka driver for the better HA.

    List self.hostaddrs stores strings "host:port" of Connection.
    It collects from self.url.hosts

    Change-Id: I5eece66ca6bd069a0df8c8629b4ac815f69a7c7d
    Closes-Bug: #1572017

commit 43cfc18fc9a307b44eebdd052203de8e44dbc814
Author: Kirill Bespalov <email address hidden>
Date: Thu May 12 21:00:29 2016 +0300

    Fix consuming from missing queues

    Redeclare queues on 'Basic.consume: (404) no queue' exception
    and enable by default consumer declaration with nowait=False
    in order to wait for a broker response.

    Change-Id: I99f2bc858dbc7c18a2f328ee26f39105ed17cee3
    Closes-Bug: #1581148

commit e72a8d5bc4dcbd6542658ea9617ed04ea44673eb
Author: Kenneth Giusti <email address hidden>
Date: Mon May 9 12:56:02 2016 -0400

    Reorganize the AMQP 1.0 driver source files

    This patch simply moves the existing AMQP 1.0 driver files into a
    directory layout that is consistent with the other drivers. The
    driver unit tests are also moved to the proper test directory. There
    are no changes in driver functionality or API.

    Change-Id: I83a5d5433be8c3b317597100af69192ec5be81f1
    Closes-Bug: #1579823