Magnum fails to contact services if internal TLS is enabled
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla-ansible |
Fix Released
|
Medium
|
Unassigned | ||
Ussuri |
Fix Committed
|
Medium
|
Unassigned | ||
Victoria |
Fix Committed
|
Medium
|
Unassigned | ||
Wallaby |
Fix Committed
|
Medium
|
Unassigned |
Bug Description
**Environment**:
* OS Ubuntu
* Kernel 5.4.0-66
* Kolla-Ansible version: stable/victoria
* Docker image Install type: source
* Docker image distribution: ubuntu
* Are you using official images from Docker Hub or self built: self built
* Kolla version and environment used to build: stable/victoria
magnum could not contact various services when kolla_enable_
I had to make the following changes in the magnum.conf to fix the issue.
[magnum_client]
ca_file = /etc/ssl/
[heat_client]
ca_file = /etc/ssl/
[octavia_client]
ca_file = /etc/ssl/
[cinder_client]
ca_file = /etc/ssl/
[barbican_client]
ca_file = /etc/ssl/
[glance_client]
ca_file = /etc/ssl/
[neutron_client]
ca_file = /etc/ssl/
[nova_client]
ca_file = /etc/ssl/
[keystone_
cafile = /etc/ssl/
[docker]
ca_file = /etc/ssl/
[drivers]
openstack_ca_file = /etc/ssl/
Kind regards,
K
summary: |
- Magnum fails to contact services if backend TLS is enabled. + Magnum fails to contact services if internal TLS is enabled |
Changed in kolla-ansible: | |
importance: | Undecided → Medium |
Proposed a fix. Note the comment about which options are not included. https:/ /review. opendev. org/c/openstack /kolla- ansible/ +/781062