Open MarekZydor opened 4 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.
@MarekZydor, in order to assess the problem, cloud you please attach the output of cloud-init collect-logs
from an affected instance?
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