Reviewed: https://review.openstack.org/616754 Committed: https://git.openstack.org/cgit/openstack/neutron-fwaas/commit/?id=1db799a092283db9e4c3be2839fb3ead2d916dec Submitter: Zuul Branch: master
commit 1db799a092283db9e4c3be2839fb3ead2d916dec Author: YAMAMOTO Takashi <[email protected]> Date: Fri Nov 9 12:33:34 2018 +0900 Correct package name libnetfilter-log on CentOS Closes-Bug: #1796230 Change-Id: Ib865c894f24fc1eccce7c459fb485937487215db ** 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/1796230 Title: no libnetfilter-log1 package on centos Status in neutron: Fix Released Bug description: the recent version of neutron-fwaas devstack plugin tries to install libnetfilter-log1 package. [1] unfortunately it isn't available on centos and thus make networking-midonet centos job fail. [1] https://review.openstack.org/#/c/530694/ eg. http://logs.openstack.org/95/490295/5/check/networking-midonet- tempest-aio-ml2-full-centos-7/0505fe4/logs/devstacklog.txt.gz 2018-10-04 17:23:30.718 | Installing collected packages: neutron, pyzmq, neutron-fwaas 2018-10-04 17:23:30.718 | Found existing installation: neutron 13.0.0.0rc2.dev196 2018-10-04 17:23:30.728 | Uninstalling neutron-13.0.0.0rc2.dev196: 2018-10-04 17:23:30.742 | Successfully uninstalled neutron-13.0.0.0rc2.dev196 2018-10-04 17:23:30.742 | Running setup.py develop for neutron 2018-10-04 17:23:33.497 | Found existing installation: neutron-fwaas 13.0.0 2018-10-04 17:23:33.549 | Uninstalling neutron-fwaas-13.0.0: 2018-10-04 17:23:33.617 | Successfully uninstalled neutron-fwaas-13.0.0 2018-10-04 17:23:33.617 | Running setup.py develop for neutron-fwaas 2018-10-04 17:23:35.421 | Successfully installed neutron neutron-fwaas pyzmq-17.1.2 2018-10-04 17:23:35.688 | You are using pip version 9.0.3, however version 18.0 is available. 2018-10-04 17:23:35.688 | You should consider upgrading via the 'pip install --upgrade pip' command. 2018-10-04 17:23:35.938 | Loaded plugins: fastestmirror 2018-10-04 17:23:36.003 | Loading mirror speeds from cached hostfile 2018-10-04 17:23:37.080 | No package libnetfilter-log1 available. 2018-10-04 17:23:37.293 | Error: Nothing to do 2018-10-04 17:23:37.312 | YUM_FAILED 1 2018-10-04 17:23:37.481 | Loaded plugins: fastestmirror 2018-10-04 17:23:37.546 | Loading mirror speeds from cached hostfile 2018-10-04 17:23:38.389 | No package libnetfilter-log1 available. 2018-10-04 17:23:38.597 | Error: Nothing to do 2018-10-04 17:23:38.615 | YUM_FAILED 1 2018-10-04 17:23:38.620 | Error on exit 2018-10-04 17:23:39.135 | World dumping... see /opt/stack/new/screen-logs/worlddump-2018-10-04-172339.txt for details To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1796230/+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

