Comment 6 for bug 1807233

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

Reviewed: https://review.openstack.org/623295
Committed: https://git.openstack.org/cgit/openstack/charms.openstack/commit/?id=bba344aa6c4b2403f2eb771897443684eb8993d2
Submitter: Zuul
Branch: master

commit bba344aa6c4b2403f2eb771897443684eb8993d2
Author: David Ames <email address hidden>
Date: Thu Dec 6 10:46:15 2018 -0800

    Move configure_ssl to OpenStackCharm class

    OpenStack principle charms (non-HA-API charms) may still require SSL
    configuration to communicate with the rest of the cloud.

    Move the pertinent methods from the HAOpenStackCharm class to the
    OpenStackCharm class. Leave the API specific methods where they are.

    Change-Id: Ie17b481bce3e3bfdf71b15ca7667f8688739d608
    Partial-Bug: #1807233