Comment 14 for bug 1746116

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to oslo.db (stable/ocata)

Reviewed: https://review.openstack.org/609161
Committed: https://git.openstack.org/cgit/openstack/oslo.db/commit/?id=f5b6707621e425cf824e2909ddfd9270f76de002
Submitter: Zuul
Branch: stable/ocata

commit f5b6707621e425cf824e2909ddfd9270f76de002
Author: Mike Bayer <email address hidden>
Date: Mon Jan 29 18:25:19 2018 -0500

    Reverse role of synchronous_reader

    Repaired the "synchronous_reader" modifier of enginefacade so that it
    refers to the "writer" engine when set to True, thereby allowing
    "synchronous" behavior with the writer. When set to False, this is
    "asynchronous", so this should be associated with the async engines.
    The flag had the reverse behavior previously.

    Change-Id: Id7fea7562ba90eb710176d497af103303f230531
    Closes-bug: #1746116