Reviewed: https://review.opendev.org/c/openstack/neutron/+/822719 Committed: https://opendev.org/openstack/neutron/commit/cc0c60d3d8404300a0148654022eb2c5e5fdc033 Submitter: "Zuul (22348)" Branch: master
commit cc0c60d3d8404300a0148654022eb2c5e5fdc033 Author: Slawek Kaplonski <[email protected]> Date: Wed Dec 22 16:02:34 2021 +0100 Fix call to the compile_ovn function from Devstack It was accepting 3 arguments where first one was "build_modules". It wasn't used anywhere in that function so it was removed from it. This patch reflects that Devstack change in the Neutron's functional tests script too. Closes-Bug: #1957887 Depends-On: https://review.opendev.org/c/openstack/devstack/+/822717 Change-Id: Id8302bf23f48b227d05f1ec2a7136935b7b1c2fb ** 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/1957887 Title: Functional tests job is failing to deploy due to some wrong parameters in the ovn compilation stage Status in neutron: Fix Released Bug description: Since 13.01 functional tests job is failing on the provisioning stage with error: + lib/neutron_plugins/ovn_agent:compile_ovn:312 : pushd /home/zuul/src/opendev.org/openstack/ovn ~/src/opendev.org/openstack/ovn ~ + lib/neutron_plugins/ovn_agent:compile_ovn:314 : '[' '!' -f configure ']' + lib/neutron_plugins/ovn_agent:compile_ovn:315 : ./boot.sh libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'. libtoolize: copying file 'build-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:25: installing 'build-aux/compile' configure.ac:40: installing 'build-aux/config.guess' configure.ac:40: installing 'build-aux/config.sub' configure.ac:21: installing 'build-aux/install-sh' configure.ac:21: installing 'build-aux/missing' Makefile.am: installing 'build-aux/depcomp' + lib/neutron_plugins/ovn_agent:compile_ovn:318 : '[' '!' -f config.status ']' + lib/neutron_plugins/ovn_agent:compile_ovn:319 : ./configure --with-ovs-source=/home/zuul/src/opendev.org/openstack/ovs --prefix=False --localstatedir=/usr configure: error: expected an absolute directory name for --prefix: False Examples of error: https://zuul.opendev.org/t/openstack/build/e569f239bfd1435098d97c91a5076b4d https://zuul.opendev.org/t/openstack/build/5568f9ed1fb54c06a0c6af2ab039a205 To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1957887/+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

