Remove the bodhi.py fedmsg config from the package and use the name.
Signed-off-by: Randy Barlow <randy@electronsweatshop.com>
This commit is contained in:
parent
3ddc0f65f0
commit
c9d657e9d3
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ items:
|
|||
RUN dnf install -y bodhi-server python2-gunicorn
|
||||
RUN mv /usr/share/bodhi/bodhi.wsgi /usr/lib/python2.7/site-packages/bodhiwsgi.py
|
||||
# Put the fedmsg config in place
|
||||
RUN ln -sf /etc/bodhi-fedmsg.d/bodhi-openshift-web.py /etc/fedmsg.d/bodhi-openshift-web.py
|
||||
RUN rm -f /etc/fedmsg.d/bodhi.py
|
||||
RUN ln -sf /etc/bodhi-fedmsg.d/bodhi-openshift-web.py /etc/fedmsg.d/bodhi.py
|
||||
# Put the fedmsg cert and key in place
|
||||
RUN mkdir -p /etc/pki/fedmsg/
|
||||
RUN ln -sf /etc/pki/fedmsg/key/fedmsg-bodhi.key /etc/pki/fedmsg/bodhi.key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue