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
This commit is contained in:
parent
8b75becccb
commit
033dbb2d10
@ -9,8 +9,6 @@ libguestfs0
|
||||
libvirt-bin
|
||||
open-iscsi
|
||||
openssh-client
|
||||
openvswitch-datapath-dkms
|
||||
openvswitch-switch
|
||||
python-libguestfs
|
||||
python-libvirt
|
||||
qemu
|
||||
|
Loading…
Reference in New Issue
Block a user