Comment 9 for bug 1580101

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

Reviewed: https://review.openstack.org/326250
Committed: https://git.openstack.org/cgit/openstack/ironic/commit/?id=aca99298f9014c5b4542de2bd113a185748dd91c
Submitter: Jenkins
Branch: stable/mitaka

commit aca99298f9014c5b4542de2bd113a185748dd91c
Author: dparalen <email address hidden>
Date: Fri Jun 3 16:36:24 2016 +0200

    remove neutron stuff from devstack deb packages

    It seems we are enforcing certain dependencies to be always installed on
    behalf of other projects. The issue I'm facing is we unconditionally
    install openvswitch-datapath-dkms which isn't necessary for Ubuntu kernels
    >= 3.13. Even worse, this package isn't available on Ubuntu 16.4 LTS thus
    breaking devstack setup.sh on that platform.

    This patch removes Neutron dependencies as those are handled by devstack[1]
    and devstack neutron plugin[2]

    [1] https://github.com/openstack-dev/devstack/blob/master/files/debs/openvswitch#L3
    [2] https://github.com/openstack-dev/devstack/blob/master/lib/neutron_plugins/ovs_base#L58

    Closes-bug: #1580101

    Change-Id: Iff0cf13499d9cb05f241f23759d5faec9a9c4a98
    (cherry picked from commit 033dbb2d104c02569ceb87d91e09b9d7d68cf9d9)