Comment 9 for bug 1619101

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

Reviewed: https://review.openstack.org/367028
Committed: https://git.openstack.org/cgit/openstack/dragonflow/commit/?id=aa227f2148dbc20747edd99189e17f2c6ba5ec69
Submitter: Jenkins
Branch: master

commit aa227f2148dbc20747edd99189e17f2c6ba5ec69
Author: Hong Hui Xiao <email address hidden>
Date: Wed Sep 7 19:18:24 2016 -0500

    Install necessary packages before compiling ovs

    Not all packages which are needed to compile ovs will come along with
    OS. For example, in fedora 24, autoconf and automake are not installed
    by default. This will cause issue when using OVS_INSTALL_FROM_GIT=True.

    Change-Id: I9e6677720d0f21ff43b6ed8a267e20c4660c5f6c
    Related-Bug: #1619101