Comment 4 for bug 1821805

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

Reviewed: https://review.openstack.org/648162
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=c0a3970e36ac11901f740905d7183ce93f2b3949
Submitter: Zuul
Branch: master

commit c0a3970e36ac11901f740905d7183ce93f2b3949
Author: jamesbagwell <email address hidden>
Date: Wed Mar 27 09:26:58 2019 -0600

    Removing '/certificates' entry in generate.yml as this causes an
    incorrect path when generating certificates.

    The 'setting permissions on key' task fails because the task looks for
    the haproxy.key in an invalid path. The certificates_dir is defined as
    '{{ node_config }}/certificates' in the main.yml . The 'Setting
    permissions on Key' task has a path of '{{ certificates_dir
    }}/certificates/private/haproxy.key which is incorrect. Removing the
    'certificates' in the path corrects this problem and allows the user to
    successfully create certificates using 'kolla-ansible certificates'.

    Change-Id: I37b10b994b05d955b6f67c908df1472231a91160
    Closes-Bug: 1821805