From e8c4e61817ef1cd136aa41d6f9cb170146c117ec Mon Sep 17 00:00:00 2001 From: James Falcon Date: Mon, 31 Jan 2022 14:12:43 -0600 Subject: [PATCH] Move LXD to end ds-identify DSLIST LP: #1959118 --- tools/ds-identify | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tools/ds-identify b/tools/ds-identify index 30d4b0f65f4..794a96f48eb 100755 --- a/tools/ds-identify +++ b/tools/ds-identify @@ -123,9 +123,10 @@ DS_MAYBE=2 DI_DSNAME="" # this has to match the builtin list in cloud-init, it is what will # be searched if there is no setting found in config. -DI_DSLIST_DEFAULT="MAAS ConfigDrive NoCloud LXD AltCloud Azure Bigstep \ +DI_DSLIST_DEFAULT="MAAS ConfigDrive NoCloud AltCloud Azure Bigstep \ CloudSigma CloudStack DigitalOcean Vultr AliYun Ec2 GCE OpenNebula OpenStack \ -OVF SmartOS Scaleway Hetzner IBMCloud Oracle Exoscale RbxCloud UpCloud VMware" +OVF SmartOS Scaleway Hetzner IBMCloud Oracle Exoscale RbxCloud UpCloud VMware \ +LXD" DI_DSLIST="" DI_MODE="" DI_ON_FOUND=""