ubuntu install wrong package for neutron-linuxbridge-agent and neutron-openvswitch-agent container

Bug #1568281 reported by Jeffrey Zhang
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla
Fix Released
Critical
Jeffrey Zhang
Mitaka
Fix Released
Critical
Jeffrey Zhang

Bug Description

in Ubuntu, the package neutron-plugin-openvswitch and neutron-plugin-linuxbridge is useless. These packages just include a copyright file. And in the mitaka, this kind of package has been removed.

Changed in kolla:
importance: Undecided → Critical
status: New → Confirmed
assignee: nobody → Jeffrey Zhang (jeffrey4l)
milestone: none → newton-1
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to kolla (master)

Fix proposed to branch: master
Review: https://review.openstack.org/303707

Changed in kolla:
status: Confirmed → In Progress
Revision history for this message
Jeffrey Zhang (jeffrey4l) wrote :
Download full text (4.4 KiB)

root@64aa538b1ffc:/# apt-file list neutron-plugin-openvswitch
neutron-plugin-openvswitch: /etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini
neutron-plugin-openvswitch: /usr/share/doc/neutron-plugin-openvswitch/NEWS.Debian.gz
neutron-plugin-openvswitch: /usr/share/doc/neutron-plugin-openvswitch/changelog.Debian.gz
neutron-plugin-openvswitch: /usr/share/doc/neutron-plugin-openvswitch/copyright
neutron-plugin-openvswitch-agent: /etc/init/neutron-ovs-cleanup.conf
neutron-plugin-openvswitch-agent: /etc/init/neutron-plugin-openvswitch-agent.conf
neutron-plugin-openvswitch-agent: /etc/logrotate.d/neutron-plugin-openvswitch-agent
neutron-plugin-openvswitch-agent: /etc/neutron/rootwrap.d/openvswitch-plugin.filters
neutron-plugin-openvswitch-agent: /usr/bin/neutron-openvswitch-agent
neutron-plugin-openvswitch-agent: /usr/share/doc/neutron-plugin-openvswitch-agent/NEWS.Debian.gz
neutron-plugin-openvswitch-agent: /usr/share/doc/neutron-plugin-openvswitch-agent/changelog.Debian.gz
neutron-plugin-openvswitch-agent: /usr/share/doc/neutron-plugin-openvswitch-agent/copyright
neutron-plugin-openvswitch-agent: /usr/share/man/man8/neutron-openvswitch-agent.8.gz
root@64aa538b1ffc:/# apt-file list neutron-plugin-linuxbridge
neutron-plugin-linuxbridge: /etc/neutron/plugins/linuxbridge/linuxbridge_conf.ini
neutron-plugin-linuxbridge: /usr/share/doc/neutron-plugin-linuxbridge/NEWS.Debian.gz
neutron-plugin-linuxbridge: /usr/share/doc/neutron-plugin-linuxbridge/changelog.Debian.gz
neutron-plugin-linuxbridge: /usr/share/doc/neutron-plugin-linuxbridge/copyright
neutron-plugin-linuxbridge-agent: /etc/init/neutron-plugin-linuxbridge-agent.conf
neutron-plugin-linuxbridge-agent: /etc/logrotate.d/neutron-plugin-linuxbridge-agent
neutron-plugin-linuxbridge-agent: /etc/neutron/rootwrap.d/linuxbridge-plugin.filters
neutron-plugin-linuxbridge-agent: /usr/bin/neutron-linuxbridge-agent
neutron-plugin-linuxbridge-agent: /usr/share/doc/neutron-plugin-linuxbridge-agent/NEWS.Debian.gz
neutron-plugin-linuxbridge-agent: /usr/share/doc/neutron-plugin-linuxbridge-agent/changelog.Debian.gz
neutron-plugin-linuxbridge-agent: /usr/share/doc/neutron-plugin-linuxbridge-agent/copyright
neutron-plugin-linuxbridge-agent: /usr/share/man/man8/neutron-linuxbridge-agent.8.gz
root@64aa538b1ffc:/# apt-cache policy neutron-plugin-openvswitch
neutron-plugin-openvswitch:
  Installed: (none)
  Candidate: 1:2014.1.5-0ubuntu4
  Version table:
     1:2014.1.5-0ubuntu4 0
        500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
     1:2014.1.3-0ubuntu1.1 0
        500 http://archive.ubuntu.com/ubuntu/ trusty-security/main amd64 Packages
     1:2014.1-0ubuntu1 0
        500 http://archive.ubuntu.com/ubuntu/ trusty/main amd64 Packages
root@64aa538b1ffc:/# apt-cache policy neutron-plugin-openvswitch-agent
neutron-plugin-openvswitch-agent:
  Installed: (none)
  Candidate: 2:8.0.0~rc1-0ubuntu1~cloud0
  Version table:
     2:8.0.0~rc1-0ubuntu1~cloud0 0
        500 http://ubuntu-cloud.archive.canonical.com/ubuntu/ trusty-updates/mitaka/main amd64 Packages
     1:2014.1.5-0ubuntu4 0
        500 http://archive.ubuntu.com/ubuntu/ trusty-updates/main amd64 Packages
     1:2014.1.3-0ubuntu1.1 0
...

Read more...

Revision history for this message
Jeffrey Zhang (jeffrey4l) wrote :
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (master)

Reviewed: https://review.openstack.org/303707
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=4417571b9bb787288cf8b002b3b244f955b40856
Submitter: Jenkins
Branch: master

commit 4417571b9bb787288cf8b002b3b244f955b40856
Author: Jeffrey Zhang <jeffrey.zhang@99cloud.net>
Date: Sat Apr 9 20:56:24 2016 +0800

    Fix the wrong package name in Ubuntu binary build

    neutron-plugin-linuxbridge and neutron-plugin-openvswitch package
    is useless and removed in Mitaka on Ubuntu

    Change-Id: Ia156d58410198af969f579cd5e7461c31ea63408
    Closes-Bug: #1568281

Changed in kolla:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla (stable/mitaka)

Reviewed: https://review.openstack.org/304373
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=a2587a0ef46f10d9cd3953a7a9602a54719dcd6b
Submitter: Jenkins
Branch: stable/mitaka

commit a2587a0ef46f10d9cd3953a7a9602a54719dcd6b
Author: Jeffrey Zhang <jeffrey.zhang@99cloud.net>
Date: Sat Apr 9 20:56:24 2016 +0800

    Fix the wrong package name in Ubuntu binary build

    neutron-plugin-linuxbridge and neutron-plugin-openvswitch package
    is useless and removed in Mitaka on Ubuntu

    Change-Id: Ia156d58410198af969f579cd5e7461c31ea63408
    Closes-Bug: #1568281

Revision history for this message
Davanum Srinivas (DIMS) (dims-v) wrote : Fix included in openstack/kolla 2.0.0.0rc4

This issue was fixed in the openstack/kolla 2.0.0.0rc4 release candidate.

Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/kolla 2.0.0

This issue was fixed in the openstack/kolla 2.0.0 release.

Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/kolla 1.1.0

This issue was fixed in the openstack/kolla 1.1.0 release.

Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/kolla 3.0.0.0b1

This issue was fixed in the openstack/kolla 3.0.0.0b1 development milestone.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.