Open MarekZydor opened 2 weeks ago
the prefix file:// is inappropriate as it corrupts the path
What do you mean by "corrupts"? Are you saying that this syntax doesn't work?
Yes, this syntax doesn't work. I spent many hours trying to figure out why the config wouldn't load. Removing that prefix fixed it.
Documentation request
As described, configuration can be loaded from the local filesystem using the following format:
ds=nocloud;s=file://path/to/directory/
But, the prefix
file://
is inappropriate as it corrupts the path. The correct version is:ds=nocloud;s=/path/to/directory/
Additionally, it would be good to mention that the only two configuration files are required:Reported from: https://cloudinit.readthedocs.io/en/latest/reference/datasources/nocloud.html