Comment 13 for bug 1750915

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to charm-gnocchi (master)

Reviewed: https://review.openstack.org/548067
Committed: https://git.openstack.org/cgit/openstack/charm-gnocchi/commit/?id=b0a1551e56f2a540942cbd745fa4658057100c5e
Submitter: Zuul
Branch: master

commit b0a1551e56f2a540942cbd745fa4658057100c5e
Author: David Ames <email address hidden>
Date: Mon Feb 26 08:55:14 2018 -0800

    Explicitly call configure_ssl

    Although, layer_openstack_api calls configure_ssl the ordering is
    indeterminate. Explicitly call configure_ssl in the charm layer before
    services are enabled to avoid attempting to start apache2 before
    certificates are available.

    Change-Id: Icb40bbcf4ca920be202584e9e25ffd1c2b9c8d61
    Partial-Bug: #1750915