Comment 2 for bug 1494645

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

Reviewed: https://review.openstack.org/222520
Committed: https://git.openstack.org/cgit/openstack/magnum/commit/?id=bf04ac76f040e52e32add054adbb8608b064d93c
Submitter: Jenkins
Branch: master

commit bf04ac76f040e52e32add054adbb8608b064d93c
Author: OTSUKA, Yuanying <email address hidden>
Date: Fri Sep 11 17:38:34 2015 +0900

    Check file existence in local cert manager

    Intermediates and private key passphrase are optional in CertManager,
    But local CertManager tries to get or delete these anyway.
    This patch checks file existence when getting or deleting files.

    Change-Id: I5f883e03fff9cf4cb3466698d63ae8ba337f9f2d
    Closes-bug: #1494645