docs: define vendor-data and meta-data in QEMU tutorial - #6945
Open
nightcityblade wants to merge 1 commit into
Open
docs: define vendor-data and meta-data in QEMU tutorial#6945nightcityblade wants to merge 1 commit into
nightcityblade wants to merge 1 commit into
Conversation
Explain how provider defaults interact with user-data and how changes to the instance ID affect first-boot detection.\n\nFixes canonicalGH-4947
Member
|
@nightcityblade please sign the CLA. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Proposed Commit Message
Additional Context
The QEMU tutorial already names the three configuration data sources, but it
does not explain the operational role of vendor-data or why the instance ID in
meta-data matters. This adds those details where the data files are introduced.
Test Steps
PATH="$PWD/.tox/doc/bin:$PATH" READTHEDOCS=True .tox/doc/bin/python -m sphinx -W --keep-going -n --jobs=auto doc/rtd doc/rtd_html.tox/doc/bin/python -m doc8 doc/rtdgit diff --checkMerge type