kolla-ansible/ansible/roles/certificates
jamesbagwell c0a3970e36 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
2019-03-27 09:26:58 -06:00
..
defaults Use correct variable for default certificate paths 2018-11-19 16:25:28 +00:00
tasks Removing '/certificates' entry in generate.yml as this causes an 2019-03-27 09:26:58 -06:00
templates Add TLS protection on external API endpoints 2016-03-03 14:44:37 -05:00