Comment 4 for bug 1746116

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

Reviewed: https://review.openstack.org/539046
Committed: https://git.openstack.org/cgit/openstack/oslo.db/commit/?id=5ca329884d492d78e623e2313142238eb256f1a6
Submitter: Zuul
Branch: master

commit 5ca329884d492d78e623e2313142238eb256f1a6
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