Comment 8 for bug 1499856

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to django_openstack_auth (stable/liberty)

Reviewed: https://review.openstack.org/229994
Committed: https://git.openstack.org/cgit/openstack/django_openstack_auth/commit/?id=88fb89b5b787824d06b4c58337b7c960ccd0263b
Submitter: Jenkins
Branch: stable/liberty

commit 88fb89b5b787824d06b4c58337b7c960ccd0263b
Author: eric <email address hidden>
Date: Fri Sep 25 13:59:41 2015 -0600

    doa does not work with mysql

    recent change to specify db user model and it's key
    are not compliant with mysql

    This change modifies the character limit to be 255 instead of 256,
    which is compliant with mysql.

    Change-Id: I85f984c690297003d0e6d696f3103ad5fcf34045
    Closes-bug: #1499856
    (cherry picked from commit 731fc62fb77d1ae1f29a8a8257a19a638e052203)