From 124cec0bba06e2e4d2bd24b196f6dc564a46ca53 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Wed, 18 Jan 2017 11:53:38 +1100 Subject: [PATCH] Preinstall pyOpenSSL With the warnings added in Ibfe69dc84246662ed8caa0d4c3e2edf68314c87e we can see that this element is relying on map-packages to translate the debian package name python-pyopenssl -> pyOpenSSL. This makes no sense because this is not a generic element; it should just use the fedora/redhat names directly. Change-Id: Id6ecb6f978b60d6a527692692a408d1d35828de2 --- elements/fedora/package-installs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elements/fedora/package-installs.yaml b/elements/fedora/package-installs.yaml index 2356d1663..1b298c892 100644 --- a/elements/fedora/package-installs.yaml +++ b/elements/fedora/package-installs.yaml @@ -17,7 +17,7 @@ openssl: # dependency of the python-paste package needed for the heat element, # this seems to be conflicting and causing the image building process to # fail. The problem is hapenning on a Fedora 18 system. -python-pyopenssl: +pyOpenSSL: # Workaround for: # https://bugzilla.redhat.com/show_bug.cgi?id=1066983