commit | 4363b0bd84aad8984ee148b3b4868b311e5d855b | [log] [tgz] |
---|---|---|
author | Brian Haley <haleyb.dev@gmail.com> | Tue Aug 08 08:38:00 2023 -0400 |
committer | Brian Haley <haleyb.dev@gmail.com> | Tue Aug 08 08:38:00 2023 -0400 |
tree | 149059a91ae026eaddc691baaf90e85cdcfb240e | |
parent | 3e0a118d175c27f07dbb1fbe313830fcaee02c7a [diff] |
Fix $LOGDIR owner to be stack.stack I have seen this failure in the gate a few times: [ERROR] /opt/stack/devstack/functions-common:2334 Neutron did not start /opt/stack/devstack/functions-common: line 310: /opt/stack/logs/error.log: Permission denied So whatever was trying to be written to error.log never happened. Change to be like other directories in this file and make the $LOGDIR owner stack.stack. Change-Id: I673011aba10c8d03234100503ccc5876e75baff2