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:
- user-data
- meta-data (must exist even if empty)
Reported from: https://cloudinit.readthedocs.io/en/latest/reference/datasources/nocloud.html
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