Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-03 | Support warning if the used datasource is not in ds-identify's list. | Scott Moser | |
If ds-identify is in report mode, and the datasource that is found is not in the list, then warn the user of this situation. | |||
2017-03-03 | Move warning functionality to cloudinit/warnings.py | Scott Moser | |
This moves the warning code that was added specifically for EC2 into a generic path at cloudinit/warnings.py. It also adds support for writing warning files into the warnings directory to be shown by Z99-cloudinit-warnings.sh. |