[Bug 1314887] Re: ifupdown hook is missing in upstart script

Chris J Arges 1314887 at bugs.launchpad.net
Wed Dec 9 14:06:48 UTC 2015


Hello Hiroaki, or anyone else affected,

Accepted openvswitch into trusty-proposed. The package will build now
and be available at
https://launchpad.net/ubuntu/+source/openvswitch/2.0.2-0ubuntu0.14.04.3
in a few hours, and then in the -proposed repository.

Please help us by testing this new package.  See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed.  Your feedback will aid us getting this update
out to other Ubuntu users.

If this package fixes the bug for you, please add a comment to this bug,
mentioning the version of the package you tested, and change the tag
from verification-needed to verification-done. If it does not fix the
bug for you, please add a comment stating that, and change the tag to
verification-failed.  In either case, details of your testing will help
us make a better decision.

Further information regarding the verification process can be found at
https://wiki.ubuntu.com/QATeam/PerformingSRUVerification .  Thank you in
advance!

** Changed in: openvswitch (Ubuntu Trusty)
       Status: In Progress => Fix Committed

** Tags added: verification-needed

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to openvswitch in Ubuntu.
https://bugs.launchpad.net/bugs/1314887

Title:
  ifupdown hook is missing in upstart script

Status in openvswitch package in Ubuntu:
  Fix Released
Status in openvswitch source package in Trusty:
  Fix Committed

Bug description:
  ifupdown hook is present in /etc/init.d/openvswitch-switch, but not in
  /etc/init/openvswitch-switch.conf which is the default.

  === modified file 'debian/openvswitch-switch.upstart'
  --- debian/openvswitch-switch.upstart   2013-08-23 11:18:52 +0000
  +++ debian/openvswitch-switch.upstart   2014-05-01 04:26:00 +0000
  @@ -32,11 +32,13 @@
     fi
     set "$@" $OVS_CTL_OPTS
     "$@"
  +  ifup --allow ovs `ifquery --allow ovs --list`
   end script

   post-stop script
     . /usr/share/openvswitch/scripts/ovs-lib
     test -e /etc/default/openvswitch-switch && . /etc/default/openvswitch-switch

  +  ifdown --allow ovs `ifquery --allow ovs --list`
     ovs_ctl stop
   end script

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openvswitch/+bug/1314887/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list