Comment 4 for bug 1602324

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

Reviewed: https://review.openstack.org/343565
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=4e93c8248ad323c269ec4a1203426cd145baeea6
Submitter: Jenkins
Branch: stable/mitaka

commit 4e93c8248ad323c269ec4a1203426cd145baeea6
Author: Denis Egorenko <email address hidden>
Date: Tue Jul 12 18:43:24 2016 +0300

    Do not run db sync on ironic conductor node

    Dbsync should be executed on primary controller, but now it is also
    running on ironic-conductor node, because ironic main class has
    sync_db by default true.

    Change-Id: I91319115d3a58baa218c55f3330f147d67c0f5f8
    Closes-bug: #1602324
    (cherry picked from commit 94483a3a158be21de2742c407380d0457044f245)