Comment 2 for bug 1987644

Revision history for this message
Cristian Le (lecris) wrote :

And regarding the original issue, in order to replicate this issue, set `CloudDomain` different than the domain of the freeipa, i.e. if the freeipa is on `ipa.example.lab1`, set `CloudDomain` as:
```yaml
---
# tls-parameters.yaml
parameter_defaults:
  DnsSearchDomains: ['lab1', 'lab2']
  CloudDomain: openstack.lab2
```