Actions
Issue #6768
closedwhitenoise expects /var/lib/pulp/assets on single container
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
CI/CD
Sprint:
Sprint 74
Quarter:
Description
127.0.0.1 - - [19/May/2020:14:43:28 +0000] "GET /pulp/api/v3/status/ HTTP/1.0" 200 1033 "-" "ansible-httpget" /usr/local/lib/python3.7/site-packages/whitenoise/base.py:116: UserWarning: No directory at: /var/lib/pulp/assets/ warnings.warn(u"No directory at: {}".format(root))
whitenoise uses STATIC_URL and STATIC_ROOT from pulpcore: https://github.com/pulp/pulpcore/blob/master/pulpcore/app/settings.py#L31-L37
Actions