Comment 8 for bug 1255975

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

Reviewed: https://review.openstack.org/59275
Committed: http://github.com/openstack/openstack-manuals/commit/ab858285f1259d954200dd94f487d036c21c032c
Submitter: Jenkins
Branch: stable/havana

commit ab858285f1259d954200dd94f487d036c21c032c
Author: Stephen Gordon <email address hidden>
Date: Fri Nov 29 09:44:15 2013 -0500

    Grant access to 'dash'@'localhost' in dashboard setup

    MySQL does not include local socket connection in the '%' wildcard. This
    meant that following the existing instructions if the dash was installed
    on the same system as the database it was not actually able to access
    it.

    A grant for 'dash'@'localhost' has been added to address this. It is
    worth noting that in this situation (dash + MySQL on same host) this
    means that the wildcard grant is actually insecure and not required, but
    this is a wider issue that we need to address/highlight at some point.

    Currently we issue both grants for all services, this fix just brings
    the dashboard instructions into line with the rest.

    Change-Id: Id32432c3612945d6cc8860e947d332d15a8072b4
    Closes-Bug: #1255975
    backport: havana
    (cherry picked from commit 1cad5969600f53f46b948a9ba6f6cd907f033a9c)