Hide Forgot
Description of problem: In official documentation [1] we have provided below suggestion to change the PATH of a file to absolute. URL word seems to be confusing, can we change this to PATH. Also we phrase this statement as : "Change the resource URL for OS::TripleO::NodeTLSData: from relative to an absolute PATH" ~~~ resource_registry: OS::TripleO::NodeTLSData: Change the resource URL for OS::TripleO::NodeTLSData: to an absolute URL: resource_registry: OS::TripleO::NodeTLSData: /usr/share/openstack-tripleo-heat-templates/puppet/extraconfig/tls/tls-cert-inject.yaml ~~~ Similarly we need to correct this for : ~~~ resource_registry: OS::TripleO::NodeTLSCAData: Change the resource URL for OS::TripleO::NodeTLSCAData: to an absolute URL: resource_registry: OS::TripleO::NodeTLSCAData: /usr/share/openstack-tripleo-heat-templates/puppet/extraconfig/tls/ca-inject.yaml ~~~ https://access.redhat.com/documentation/en/red-hat-openstack-platform/8/paged/director-installation-and-usage/611-enabling-ssl-tls-on-the-overcloud Version-Release number of selected component (if applicable): RHEL OSP 8 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
we need to correct the same in OSP 9 documentation. https://access.redhat.com/documentation/en/red-hat-openstack-platform/9/single/director-installation-and-usage/#sect-Enabling_SSLTLS_on_the_Overcloud
Hi Vikrant, I've changed the URL to path in instances where required. Here's the section you highlighted: https://access.redhat.com/documentation/en/red-hat-openstack-platform/8/paged/director-installation-and-usage/611-enabling-ssl-tls-on-the-overcloud How does it read now?
Hi Dan, Thanks. It looks good. Regards, Vikrant Aggarwal
Thanks. Closing this BZ