Commit 5e0dc70
committed
Fix Jinja templating in Barbican Vault config
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>
```1 parent 8de89d7 commit 5e0dc70
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
300 | 302 | | |
301 | 303 | | |
302 | 304 | | |
| |||
0 commit comments