You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fallback distro for the maas2 connector is still Ubuntu 16.04 LTS (which according to ubuntu.com/16-04 is supported through ESM only, with standard support ending in April 2021):
The fallback distro for the
maas2
connector is still Ubuntu 16.04 LTS (which according to ubuntu.com/16-04 is supported through ESM only, with standard support ending in April 2021):testflinger/device-connectors/src/testflinger_device_connectors/devices/maas2/maas2.py
Lines 78 to 80 in 29247d8
Note also that
self.job_data.get("provision_data")
might evaluate toNone
if noprovision_data
is provided at all, possibly this should be:As for "xenial", it should probably be replaced by "jammy" or even "noble" at this point?
The text was updated successfully, but these errors were encountered: