Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs]: Incorrect guide for loading NoCloud config from local filesystem. #5843

Open
MarekZydor opened this issue Oct 27, 2024 · 0 comments
Open
Labels
documentation This Pull Request changes documentation new An issue that still needs triage

Comments

@MarekZydor
Copy link

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:

  • user-data
  • meta-data (must exist even if empty)

Reported from: https://cloudinit.readthedocs.io/en/latest/reference/datasources/nocloud.html

@MarekZydor MarekZydor added documentation This Pull Request changes documentation new An issue that still needs triage labels Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This Pull Request changes documentation new An issue that still needs triage
Projects
None yet
Development

No branches or pull requests

1 participant