Comment 6 for bug 1379510

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

Reviewed: https://review.openstack.org/129402
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=7a1b7bfd95ec14ba0f0779e110d9eefe11d2517e
Submitter: Jenkins
Branch: stable/icehouse

commit 7a1b7bfd95ec14ba0f0779e110d9eefe11d2517e
Author: Kevin Benton <email address hidden>
Date: Tue Oct 7 04:34:41 2014 -0700

    Big Switch: Don't clear hash before sync

    This patch removes the step of clearing the consistency
    hash from the DB before a topology sync. This will ensure
    that inconsistency will be detected if the topology sync
    fails.

    This logic was originally there to make sure the hash header
    was not present on the topology sync call to the backend.
    However, the hash header is ignored by the backend in a sync
    call so it wasn't necessary.

    Closes-Bug: #1379510
    Change-Id: I2d58fa2aea3b692834d64192d06ace727c7df8a0
    (cherry picked from commit 24e4110eb284078775496501ff81630eb1619c11)