From db7c0c069d209609ce1abf181ed3d4b597e2f12c Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Wed, 28 Oct 2020 15:56:12 +0100 Subject: [PATCH] devstack: log all requests to sushy-emulator Change-Id: Ie2e97ebd51182ccec488199a34c27a3d8a2a02b9 --- devstack/lib/ironic | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devstack/lib/ironic b/devstack/lib/ironic index b0280f3fbb..0da2ae2cef 100644 --- a/devstack/lib/ironic +++ b/devstack/lib/ironic @@ -1045,6 +1045,8 @@ function install_redfish { # NOTE(dtantsur): handling virtual media ISO can take time, so increase # both concurrency and the worker timeout. cmd+=" --workers 2 --threads 2 --timeout 90" + # NOTE(dtantsur): log all accesses to stdout + cmd+=" --access-logfile=- --error-logfile=-" write_user_unit_file $IRONIC_REDFISH_EMULATOR_SYSTEMD_SERVICE "$cmd" "" "$STACK_USER"