Comment 1 for bug 1907112

Revision history for this message
Brendan Shephard (bshephar) wrote :

So the problem is that we don't have Nova on the Director node in Tripleo. So we fail here:
https://opendev.org/openstack/tripleo-heat-templates/src/branch/master/deployment/octavia/octavia-deployment-config.j2.yaml#L208-L212

When we try to reach out to the non existent API endpoint. Then we use that param here:
https://opendev.org/openstack/tripleo-heat-templates/src/branch/master/deployment/octavia/octavia-deployment-config.j2.yaml#L227-L229

So this whole mechanism needs to be removed and replaced with something. I guess we would ideally do it with Ansible and generate a new key, then use that key during the deployment?