From 0268d53f4cb8943076832eabcc5cecc76b01d7d3 Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Tue, 2 Apr 2019 16:43:11 +0200 Subject: [PATCH] Greenwave: we need the fedora-messaging rpm not only python3-fedora-messaging. Signed-off-by: Clement Verna --- roles/openshift-apps/greenwave/templates/buildconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/greenwave/templates/buildconfig.yml b/roles/openshift-apps/greenwave/templates/buildconfig.yml index 5ae140c213..6a50d188ac 100644 --- a/roles/openshift-apps/greenwave/templates/buildconfig.yml +++ b/roles/openshift-apps/greenwave/templates/buildconfig.yml @@ -12,7 +12,7 @@ spec: # See imagestream.yml for the definition FROM greenwave-upstream:latest USER 0 - RUN dnf -y install python3-fedora-messaging && dnf clean all + RUN dnf -y install fedora-messaging && dnf clean all USER 1001 {% else %} # See imagestream.yml for the definition