Remove DIB kernel cleanup workaround

The issue being addressed was resolved by
https://review.opendev.org/#/c/713988/ and released in diskimage-builder
3.0.0.

Change-Id: Ie25e88bb96f186399ae69837e93185127628ce86
This commit is contained in:
Mark Goddard 2020-06-08 12:34:31 +01:00
parent c2f049c6f0
commit 76fa5ac3a7

View File

@ -38,10 +38,6 @@ kolla_bifrost_dib_init_element: "cloud-init-datasources"
# DIB default environment variables.
kolla_bifrost_dib_env_vars_default:
DIB_CLOUD_INIT_DATASOURCES: "ConfigDrive"
# FIXME(mgoddard): DIB fails when cleaning up old kernels if the host running
# DIB is not running the latest available kernel. Skip this cleanup as a
# workaround. https://bugs.launchpad.net/diskimage-builder/+bug/1866847
DIB_DISABLE_KERNEL_CLEANUP: 1
# DIB additional environment variables.
kolla_bifrost_dib_env_vars_extra: {}