truncate-nova-config was added as a workaround for the following bug. Duplicate sections in generated config https://bugs.launchpad.net/oslo.config/+bug/1568820 This workaround is no longer needed, as the root causes are now fixed in both nova and oslo-config. This workaround is also unused, as it was recently changed and accidentally installed in the wrong location (nested one level too deep in configure.d, and maxdepth is 1 in dib-run-parts). For example, compare configure.d/ in stable/newton vs master (circa ocata), and note the path differences. newton: http://paste.openstack.org/show/601802/ ocata: http://paste.openstack.org/show/601806/ newton: configure.d/40-truncate-nova-config ocata: configure.d/40-truncate-nova-config/40-truncate-nova-config But it was a happy accident because this workaround stripped the comments from /etc/nova/nova.conf, but now they're back as of ocata. Related-Bug: #1568820 Change-Id: Iddae03f2d66cf534908dad884af55e2ae7d18d4b
8 lines
278 B
YAML
8 lines
278 B
YAML
---
|
|
other:
|
|
- |
|
|
Removed ``truncate-nova-config`` as it isn't being used anymore. It was
|
|
originally added as a workaround for `bug 1568820`_ which has since been
|
|
fixed in nova and oslo-config.
|
|
|
|
.. _bug 1568820: https://bugs.launchpad.net/oslo.config/+bug/1568820 |