Merge "Fix bind-mount to manila's bootstrap container"
This commit is contained in:
commit
d8d834c5be
@ -103,6 +103,7 @@ outputs:
|
|||||||
list_concat:
|
list_concat:
|
||||||
- {get_attr: [ContainersCommon, volumes]}
|
- {get_attr: [ContainersCommon, volumes]}
|
||||||
-
|
-
|
||||||
|
- /var/lib/config-data/manila/etc/my.cnf.d/tripleo.cnf:/etc/my.cnf.d/tripleo.cnf:ro
|
||||||
- /var/lib/config-data/manila/etc/manila/:/etc/manila/:ro
|
- /var/lib/config-data/manila/etc/manila/:/etc/manila/:ro
|
||||||
- /var/log/containers/manila:/var/log/manila
|
- /var/log/containers/manila:/var/log/manila
|
||||||
- /var/log/containers/httpd/manila-api:/var/log/httpd
|
- /var/log/containers/httpd/manila-api:/var/log/httpd
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
fixes:
|
||||||
|
- |
|
||||||
|
`Launchpad bug 1788337 <https://bugs.launchpad.net/tripleo/+bug/1788337>`_
|
||||||
|
that affected the overcloud deployment with TLS Everywhere has been fixed.
|
||||||
|
The manila bootstrap container no longer fails to connect securely to
|
||||||
|
the database.
|
Loading…
Reference in New Issue
Block a user