Comment 16 for bug 1349601

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

Reviewed: https://review.openstack.org/115282
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=7507eb0b0fe2a673fefdb55f0e4b3c3509245ed8
Submitter: Jenkins
Branch: master

commit 7507eb0b0fe2a673fefdb55f0e4b3c3509245ed8
Author: Bogdan Dobrelya <email address hidden>
Date: Tue Aug 19 16:19:23 2014 +0300

    Ensure /etc/mysql/my.cnf removal

    Additional fix to conflicting mysql config files
    in order to fix mysql syslog logging in Ubuntu.
    For simple deployment (custom_setup_class undef):
    * /etc/mysql/my.conf should be used in Ubuntu
    For HA case for Centos/Ubuntu:
    * /etc/mysql/my.conf should be absent
    * /etc/my.cnf should be used
    (Note that changes are Fuel OSCI packaging specific)

    Closes-bug: #1349601

    Change-Id: I56c1b5ebca2553d341fe0498451075294f3e651f
    Signed-off-by: Bogdan Dobrelya <email address hidden>