Open nerdicbynature opened 1 year ago
Firstly, Cinder reports the following line massively in /var/log/kolla/cinder/cinder-api-error.log
2023-09-19 06:28:06.943166 /var/lib/kolla/venv/lib/python3.10/site-packages/oslo_context/context.py:100: DeprecationWarning: Policy enforcement is depending on the value of is_admin. This key is deprecated. Please update your policy file to use the standard policy values.
It looks like that every Cinder api request produces this message. This leads to a massive error_log file with unimportant data.
This will be fixed with https://github.com/osism/issues/issues/641.
Hi,
we have two Cinder api issues:
Firstly, Cinder reports the following line massively in /var/log/kolla/cinder/cinder-api-error.log
It looks like that every Cinder api request produces this message. This leads to a massive error_log file with unimportant data.
Secondly, it seems that the Apache reports the real important problems only inside the Docker container
Kind regards, André.