Sync openstack-common.

This commit is contained in:
Adam Gandelman 2013-02-20 18:25:06 -08:00
parent b64b3f26f3
commit 341eecdc30
1 changed files with 2 additions and 0 deletions

View File

@ -584,6 +584,8 @@ enable_https() {
# XXX TODO: Find a better way of exporting this?
if [[ "$CHARM" == "nova-cloud-controller" ]] ; then
[[ -e /var/www/keystone_juju_ca_cert.crt ]] &&
rm -rf /var/www/keystone_juju_ca_cert.crt
ln -s /usr/local/share/ca-certificates/keystone_juju_ca_cert.crt \
/var/www/keystone_juju_ca_cert.crt
fi