Reviewed: https://review.openstack.org/302091 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=92af3114a749a2c8a856de0da150ddb9d0e9c6eb Submitter: Jenkins Branch: master
commit 92af3114a749a2c8a856de0da150ddb9d0e9c6eb Author: Jakub Libosvar <[email protected]> Date: Wed Apr 6 08:08:54 2016 +0000 Define localstatedir for ovs compilation By default localstatedir is PREFIX/var, which means logs are placed to /usr/var/log/openvswitch directory. This patch redefines explicitly to put the log files into /var/log/openvswitch, also /var/run/openvswitch will be correctly used for pid file. Change-Id: I1a02e8f33e745da82addfbf34efd487adf726e71 Closes-Bug: 1566569 ** 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/1566569 Title: OVS functional tests no longer output OVS logs after the change to compile OVS from source Status in neutron: Fix Released Bug description: Since https://review.openstack.org/#/c/266423/ merged we compile OVS from source for the functional job. This had a side effect of not providing OVS logs. Here's the openvswitch logs dir for the patch in question: http://logs.openstack.org/23/266423/26/check/gate-neutron-dsvm- functional/fde6d9e/logs/openvswitch/ You can see it only has has ovs-ctl log, which was created by the OVS- from-package binary before it was shut down to make room for the OVS- from-source binary. Here is the OVS logs dir for the parent change: http://logs.openstack.org/60/265460/4/check/gate-neutron-dsvm- functional/6134795/logs/openvswitch/ Which contains a lot of nice, juicy logs useful for all sorts of amazing things. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1566569/+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

