Comment 5 for bug 1785025

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to designate (master)

Reviewed: https://review.openstack.org/593399
Committed: https://git.openstack.org/cgit/openstack/designate/commit/?id=180a7611f87df74587b718d81b0726cd077bffcf
Submitter: Zuul
Branch: master

commit 180a7611f87df74587b718d81b0726cd077bffcf
Author: zhang.lei <zhang.lei@99cloud.net>
Date: Sun Aug 19 14:21:57 2018 +0000

    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 the "-u root -p" is useless.

    Change-Id: I245b8969ec58de91b7d21267bbdf4273d572c8d2
    Related-Bug: #1785025