Reviewed: https://review.openstack.org/642433 Committed: https://git.openstack.org/cgit/openstack/neutron-dynamic-routing/commit/?id=c27bb1f190a60d201d616bebd42c60dae6afa545 Submitter: Zuul Branch: master
commit c27bb1f190a60d201d616bebd42c60dae6afa545 Author: Slawek Kaplonski <[email protected]> Date: Mon Mar 11 13:11:10 2019 +0100 Fix installation of docker when docker-engine is not available In such case docker.io should be installed. It happens e.g. on Ubuntu 18.04. In gate_hook script there was code to handle such case when docker-engine isn't available but grep used there wasn't very strict and it was passing because package "golang-github-docker-engine-api-dev" matched results. Now it will look only for "docker-engine" package and if it will not be available, "docker.io" will be installed. Change-Id: I805761ba4523e71a5aa06f6f6667e801184824df Closes-Bug: #1818628 ** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1818628 Title: Scenario jobs for neutron-dynamic-routing project fails on Ubuntu Bionic Status in neutron: Fix Released Bug description: Scenario jobs "neutron-dynamic-routing-dsvm-tempest-scenario-basic", "neutron-dynamic-routing-dsvm-tempest-scenario-ipv4" and "neutron- dynamic-routing-dsvm-tempest-scenario-ipv6" are failing on Ubuntu Bionic due to missing docker-engine package. Error example: http://logs.openstack.org/75/639675/1/check/neutron- dynamic-routing-dsvm-tempest-scenario-basic/1c7de20/job- output.txt.gz#_2019-02-27_14_17_16_457972 To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1818628/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

