Comment 6 for bug 1705351

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/486687
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=85d8f6f1c8c51f32b6ec2f6fdc8cc09bbcc060eb
Submitter: Jenkins
Branch: master

commit 85d8f6f1c8c51f32b6ec2f6fdc8cc09bbcc060eb
Author: Ihar Hrachyshka <email address hidden>
Date: Mon Jul 24 09:22:58 2017 -0700

    Catch exceptions for all rpc casts

    I15cc2d6ae48e505c2da121880e27481dedf36d3b catches exceptions for
    specific RPC endpoints affected by a recent change related to
    push-notifications. There may be more changes like that in the future,
    so instead of fixing them one by one, this patch consistently catches
    exceptions from all cast calls for all RPC clients.

    Change-Id: Ia7e6cd717758a9d5b18fe9cb07c55938f52040ce
    Partial-Bug: #1705351