Comment 1 for bug 2009541

Revision history for this message
Anton Troyanov (troyanov) wrote :

We indeed have `focal` hardcoded, while it should be latest LTS as stated in the documentation.

src/provisioningserver/drivers/osystem/ubuntu.py

def get_lts_release(self):
    """Return the latest Ubuntu LTS release."""
    # XXX ltrager 2020-07-28 - Lock the latest LTS release to Focal so
    # we can fully test the next LTS before it becomes the default
    return "focal"