Comment 6 for bug 1410850

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

Reviewed: https://review.openstack.org/170022
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=102f5058515460b1c8331f78a9845722c75e6e3c
Submitter: Jenkins
Branch: master

commit 102f5058515460b1c8331f78a9845722c75e6e3c
Author: Henry Nash <email address hidden>
Date: Thu Apr 2 07:54:29 2015 +0100

    Fix multiple SQL backend usage validation error

    This patch fixes an error in the file-based domain-specific
    configuration support where the method to spot multiple SQL
    drivers would fail to remember previous instances of this. The
    fix is simply to OR the previous cumulative memory of SQL drivers
    with the state of the one being requested.

    Change-Id: I87314a5806a5652695ef17f74f70165b8e3347c2
    Closes-Bug: #1410850