Deploying WordPress_Single_Instance.template with Heat installs old openssl package
On Havana I tried to deploy the WordPress_Single_Instance.template on Fedora18 and wordpress app fails due to problem to start Apache service . This caused by the old openssl version is being installed during init script .When I run manually yum update openssl and restart Apache the WordPress became functional .
How to make the wordpress VM will be deployed with most updated openssl package? Edit WordPress_Single_Instance template ?