Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-12 | Fix unpickle for source paths missing run_dir (#863) | lucasmoura | |
On the datasource class, we require the use of paths.run_dir to perform some operations. On older cloud-init version, the Paths class does not have the run_dir attribute. To fix that, we are now manually adding that attribute in the Paths object if doesn't exist in the unpickle operation. LP: #1899299 |