Bug #36445
Missing requirement "python-werkzeug" for running the dashboard API tests
% Done:
0%
Source:
Development
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Description
With a fresh build docker container I got the following message through ceph -s after sourcing run-backend-api-tests.sh
Module 'restful' has failed dependency: No module named 'werkzeug'
After that I found out that only the pip2 version of werkzeug was not installed. After I had installed it and recreated the cluster the message that lead to a warning state disappeared.
History
#1 Updated by Lenz Grimmer over 2 years ago
- Subject changed from Missing requirement vor running the dashboard API tests to Missing requirement "python-werkzeug" for running the dashboard API tests
#2 Updated by Ricardo Marques over 2 years ago
- Status changed from New to Fix Under Review
#3 Updated by Stephan Müller over 2 years ago
- Status changed from Fix Under Review to Resolved