Update undercloud.conf with correct SSL information

The generated certificates are located:
/etc/pki/tls/private/overcloud_endpoint.pem

Because in environments/ssl/enable-tls.yaml, we can find:
DeployedSSLCertificatePath: /etc/pki/tls/private/overcloud_endpoint.pem

Update the doc, so there is no confusion.

Change-Id: I974167d0d2d04a94dc8a82a361a9ca1425364935
This commit is contained in:
Emilien Macchi 2020-03-03 19:09:03 -05:00
parent f6121c4b0f
commit b5df6b265d
1 changed files with 2 additions and 3 deletions

View File

@ -191,9 +191,8 @@ class UndercloudConfig(StandaloneConfig):
'this certificate will be used in place of the '
'value for undercloud_service_certificate. The '
'resulting certificate will be written to '
'/etc/pki/tls/certs/'
'undercloud-[undercloud_public_host].pem. This '
'certificate is signed by CA selected by the '
'/etc/pki/tls/private/overcloud_endpoint.pem. This'
' certificate is signed by CA selected by the '
'"certificate_generation_ca" option.')
),
cfg.StrOpt('certificate_generation_ca',