Merged
Conversation
Signed-off-by: Minae Lee <[email protected]>
Contributor
Author
|
Note: I submitted this as multiple commits because only one of them (#ec4aa43) needs to be backported to stable-5.0, and all need to be backported to stable-5.21. |
Signed-off-by: Minae Lee <[email protected]>
Signed-off-by: Minae Lee <[email protected]>
ab6e00d to
5053215
Compare
Member
Please can you open a PR for the stable-5.0 branch directly as we aren't doing routine backports on that one anymore as its not in "full support" anymore. https://documentation.ubuntu.com/lxd/latest/reference/releases-snap/#support-levels |
tomponline
added a commit
that referenced
this pull request
Feb 6, 2026
2 tasks
tomponline
added a commit
that referenced
this pull request
Feb 9, 2026
Fixes broken link to cloud-init docs due to upstream docs restructure (cherry-picked from commit in this PR to `main` branch: #17576) & broken link to LXD community tutorials in Discourse. Ignore `config`, `cloud-init`, and `cloud-config` in spellcheck. ## Checklist - [x] I have read the [contributing guidelines](https://github.com/canonical/lxd/blob/main/CONTRIBUTING.md) and attest that all commits in this PR are [signed off](https://github.com/canonical/lxd/blob/main/CONTRIBUTING.md#including-a-signed-off-by-line-in-your-commits), [cryptographically signed](https://github.com/canonical/lxd/blob/main/CONTRIBUTING.md#commit-signature-verification), and follow this project's [commit structure](https://github.com/canonical/lxd/blob/main/CONTRIBUTING.md#commit-structure). - [x] I have checked and added or updated relevant documentation.
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.
This PR fixes 3 links recently broken due to changes in the cloud-init documentation.
Two of the broken links are intersphinx links that cause a Sphinx build failure rather than a linkcheck failure (and incidentally, a spellcheck failure).
Checklist