Comment 12 for bug 1595819

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

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

commit e04c5614377a7209bde7904a37ac80e6d98bc620
Author: Ronald De Rose <email address hidden>
Date: Fri Jun 24 14:06:06 2016 +0000

    Fixes failure when password is null

    This patch allows the password column to be null which is the expected
    behavior.

    Note: We do have tests in place that should have caught this. However,
    the SQL model for Password did not explicitly set the nullable column
    attribute, so it defaulted to true, even though the migration set it to
    false.

    Closes-Bug: #1595819

    Change-Id: I487072a5b1aeabebd1d2006781fa5dc568160ec5