Declare a username so fedmsg.publish() works.

This commit is contained in:
Ralph Bean 2017-10-24 18:09:36 +00:00
parent c9ed2f924f
commit e1429ff6d4

View file

@ -32,6 +32,7 @@ spec:
RUN ln -sf /etc/pki/fedmsg/crt/fedmsg-greenwave.crt /etc/pki/fedmsg/greenwave.crt
# Make sure fedmsg can write its CRL.
RUN chmod 777 /var/run/fedmsg/
ENV USER=openshift
EXPOSE 8080
ENTRYPOINT gunicorn --bind 0.0.0.0:8080 --access-logfile=- greenwave.wsgi:app
strategy: