Skip to content

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

@MarekZydor

Description

@MarekZydor

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationThis Pull Request changes documentationinvalidThis doesn't seem right

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions