You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The raw tags cause ``ssl_ca_crt_file`` to be templated without a newline
on the end. This would give the following misconfiguration:
```
use_ssl = True
ssl_ca_crt_file = <openstack_cacert_path>approle_role_id = <approle_role_id>
approle_secret_id = <approle_secret_id>
```
0 commit comments