Comment 3 for bug 1785025

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

Reviewed: https://review.openstack.org/589907
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=59d178c9de6028016053f2a6958372e14ded386a
Submitter: Zuul
Branch: master

commit 59d178c9de6028016053f2a6958372e14ded386a
Author: Lajos Katona <email address hidden>
Date: Wed Aug 8 11:21:17 2018 +0200

    Remove -u root as mysql is executed with root user

    As openstack installation guides suggest to run mysql with root shell
    user, mysql will not ask for password, so in
    controller-install-*.rst "-u root -p" is useless.

    Change-Id: Ib209661f6dcbbdeb158bd1acf343c084f8ed8930
    Closes-Bug: #1785025