diff options
author | James Falcon <james.falcon@canonical.com> | 2022-01-31 15:51:20 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 14:51:20 -0700 |
commit | 46a0126e874927353e83b385b58ab054e58667cc (patch) | |
tree | d7e87fade4bbb75b0b7aa1bbc359b4a983dfa162 | |
parent | 96dca24bf58b0d2f8adcd83f54ca073092d68739 (diff) | |
download | vyos-cloud-init-46a0126e874927353e83b385b58ab054e58667cc.tar.gz vyos-cloud-init-46a0126e874927353e83b385b58ab054e58667cc.zip |
Move LXD to end ds-identify DSLIST (#1228)
LP: #1959118
-rwxr-xr-x | tools/ds-identify | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/ds-identify b/tools/ds-identify index 30d4b0f6..794a96f4 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="" |