tripleo-heat-templates/releasenotes/notes/odl-dont-mount-data-folder-c993df185af375a8.yaml
Janki Chhatbar e9525d3a7d Don't mount data folder
"data" folder mounted on host sometimes makes ODL
believe that it has boot features installed. So ODL
doesnot generate required files.

So don't mount that folder so that ODL can boot
properly on restart.

Closes-Bug: #1805859

Change-Id: Icb415f6ac379e757edfe6dd73f80484a6697d152
2018-12-06 05:51:28 +00:00

9 lines
374 B
YAML

---
fixes:
- |
/opt/opendaylight/data folder is mounted on host. This folder
contains information about installed features in ODL. Mounting
this folder on container makes ODL believe that features are
installed and it doesnot generate required for proper boot. Thus
this folder is no longer mounted to host so that ODL can boot
properly on restart.