
Changes required to support downstream openstack reuse. Resolved merge conflict. security/openstack/index adjustment. Patchset 3 updates. Signed-off-by: Ron Stone <ronald.stone@windriver.com> Change-Id: I981379d1dedcc2649a6035a0302ef8a838c35433 Signed-off-by: Ron Stone <ronald.stone@windriver.com>
1.2 KiB
1.2 KiB
Install a Trusted CA Certificate
A trusted certificate can be added to the service containers such that the containerized OpenStack services can validate certificates of far-end systems connecting or being connected to over HTTPS. This is commonly done to enable certificate validation of clients connecting to OpenStack service REST API endpoints.
Install a trusted certificate for OpenStack using the following command to override all OpenStack Helm Charts.
~(keystone_admin)$ system certificate-install -m openstack_ca <certificate_file>
where
<certificate_file>
contains a single certificate to be trusted.Running the command again with a different certificate in the file will replace this openstack trusted certificate.
Apply the updated Helm chart overrides containing the certificate changes:
~(keystone_admin)$ system application-apply wr-openstack