Comment 3 for bug 1588935

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

Reviewed: https://review.openstack.org/326712
Committed: https://git.openstack.org/cgit/openstack/networking-ovn/commit/?id=20442fa568fbe37709b28c57a90c3c7a33a24c05
Submitter: Jenkins
Branch: master

commit 20442fa568fbe37709b28c57a90c3c7a33a24c05
Author: Richard Theis <email address hidden>
Date: Tue Jun 7 14:28:55 2016 -0500

    Add more config validation to neutron-ovn-db-sync-util

    Running neutron-ovn-db-sync-util without the --config-file options
    may lead to different OVN NB synchronization results compared to the
    synchronization completed when OVN ML2 mechanism driver is started.
    As a result, documentation has been updated to note that the config
    files should be specified. In addition, 'ovn' must now be in the
    mechanism drivers list. This will help ensure that callers specify
    the correct configuration files.

    Change-Id: Id33360756b68e2f5a1f8f7338bfbf6d9279e29af
    Related-Bug: #1588935