From 033dbb2d104c02569ceb87d91e09b9d7d68cf9d9 Mon Sep 17 00:00:00 2001 From: dparalen Date: Fri, 3 Jun 2016 16:36:24 +0200 Subject: [PATCH] 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 --- devstack/files/debs/ironic | 2 -- 1 file changed, 2 deletions(-) diff --git a/devstack/files/debs/ironic b/devstack/files/debs/ironic index 1df2b40ea6..ce4ab42b40 100644 --- a/devstack/files/debs/ironic +++ b/devstack/files/debs/ironic @@ -9,8 +9,6 @@ libguestfs0 libvirt-bin open-iscsi openssh-client -openvswitch-datapath-dkms -openvswitch-switch python-libguestfs python-libvirt qemu