Comment 9 for bug 1890080

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (stable/train)

Reviewed: https://review.opendev.org/745059
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=2f382ac90a635e8f5d0f2244be4b18893ec82202
Submitter: Zuul
Branch: stable/train

commit 2f382ac90a635e8f5d0f2244be4b18893ec82202
Author: Saravanan KR <email address hidden>
Date: Thu Jul 23 14:38:25 2020 +0530

    Align kernel args for system upgrade using leapp

    leapp is looking for errors in /etc/default/grub and
    fixes it during upgrade. It does not recognize entries
    starting other than "GRUB", as tripleo sets the entry
    starting with TRIPLEO_ instead of GRUB, append the
    entry with GRUB_ so that leapp upgrades correctly.
    Closes-Bug: #1890080
    Change-Id: I9238cd35a1114b1649a38ab4f24225865bcecf19
    (cherry picked from commit f217eccc7720250a64a0877061063acf0951b495)