You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 is recommended to mention in the documentation that only two configuration files are required:
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 is recommended to mention in the documentation that only two configuration files are required:
Reported from: https://cloudinit.readthedocs.io/en/latest/reference/datasources/nocloud.html
The text was updated successfully, but these errors were encountered: