From ed8806d2fff2239382ecb8b27975fa96f47527ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 15 Sep 2014 09:36:05 +0000 Subject: [PATCH] upgrade path of ssl key --- files/fedora-cloud/packstack-controller-answers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/fedora-cloud/packstack-controller-answers.txt b/files/fedora-cloud/packstack-controller-answers.txt index af07fdbc64..6f23d9fd2e 100644 --- a/files/fedora-cloud/packstack-controller-answers.txt +++ b/files/fedora-cloud/packstack-controller-answers.txt @@ -353,7 +353,7 @@ CONFIG_HORIZON_SSL=y CONFIG_SSL_CERT=/etc/pki/tls/certs/fed-cloud09.pem # Keyfile corresponding to the certificate if one was entered -CONFIG_SSL_KEY=/etc/pki/tls/certs/fed-cloud09.key +CONFIG_SSL_KEY=/etc/pki/tls/private/fed-cloud09.key # The password to use for the Swift to authenticate with Keystone CONFIG_SWIFT_KS_PW={{ SWIFT_PASS }}