← Back to team overview

cloud-init-dev team mailing list archive

[Merge] ~smoser/cloud-init:bug/ds-identify-list-none-twice into cloud-init:master

 

The proposal to merge ~smoser/cloud-init:bug/ds-identify-list-none-twice into cloud-init:master has been updated.

Commit Message changed to:

fix tools/ds-identify to not write None twice.

If the user configured:
  datasource_list: ["Ec2", "None"]
then ds-identify would write
  datasource_list: ["Ec2", "None", "None"]
which would break the logic to avoid warning.

For more details, see:
https://code.launchpad.net/~smoser/cloud-init/+git/cloud-init/+merge/324557
-- 
Your team cloud-init commiters is requested to review the proposed merge of ~smoser/cloud-init:bug/ds-identify-list-none-twice into cloud-init:master.


Follow ups