diff --git a/ansible/group_vars/all/bifrost b/ansible/group_vars/all/bifrost index c9c529e626477252c7d67c73a7add5471341728e..558a86e9b35a4a9e61bbefbc432cce41a4bf01cd 100644 --- a/ansible/group_vars/all/bifrost +++ b/ansible/group_vars/all/bifrost @@ -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: {}