FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

DOC-402 (hotfix): Retire EC2 Libvirt VMM from docs by blkgrlcto · Pull Request #888 · localstack/localstack-docs · GitHub

DOC-402 (hotfix): Retire EC2 Libvirt VMM from docs - #888

Merged
quetzalliwrites merged 1 commit into
mainfrom
doc-402-retire-ec2-libvirt-vmm
Aug 24, 2026
Merged

DOC-402 (hotfix): Retire EC2 Libvirt VMM from docs#888
quetzalliwrites merged 1 commit into
mainfrom
doc-402-retire-ec2-libvirt-vmm

Conversation

Copy link
Copy Markdown
Contributor

Summary

The EC2 Libvirt VM manager was deprecated in DOC-346 and has now been fully retired in the LocalStack codebase (localstack-pro#7870 deprecated it, localstack-pro#8233 removed all Libvirt VM manager code and dependencies). This PR reflects that retirement in the docs.

  • Removed the entire "Libvirt VM Manager" section from ec2.mdx, and replaced the forward-looking deprecation note in the "VM Managers" overview with a retirement note pointing users to the Docker VM manager
  • Removed the now-orphaned tiger-vnc.png screenshot (only referenced from the removed section)
  • Removed the Libvirt-only config options (EC2_HYPERVISOR_URI, EC2_LIBVIRT_NETWORK, EC2_LIBVIRT_POOL, EC2_REFERENCE_DOMAIN) from configuration-options.md, and dropped the deprecated libvirt value from the EC2_VM_MANAGER row
  • Updated the Auto Scaling limitations note to drop the retired libvirt VM manager mention

Audit Trail

Sources accessed:

  • localstack/localstack-pro#7870 — "EC2: Deprecate Libvirt VMM" (closes AWS-1156)
  • localstack/localstack-pro#8233 — "EC2: Retire Libvirt VMM" (closes AWS-1177), confirms full removal of vmmanager/libvirt.py, utils/libvirt/*, and related tests/dependencies
  • localstack-docs commit 2840f81f (DOC-346) — prior deprecation-phase docs change, used as the style precedent for this retirement follow-up

Coverage/data files checked: none — VM managers are not part of the API coverage JSON; this is EC2-emulation-mode documentation, not per-operation coverage.

Confidence & gaps: High confidence the feature is fully removed from code (confirmed via the merged retirement PR's file diff). The next public release (v2026.08) had not yet shipped as of this PR (blog post not yet published), so docs are being updated ahead of/alongside that release per the ticket's "retire in the following release" plan.

Test plan

  • npm run build passes with no broken links or frontmatter errors
  • Confirmed no remaining libvirt references anywhere in src/ or public/ except the intentional retirement note in ec2.mdx
  • Confirmed the #vm-managers anchor (linked from autoscaling.mdx) still resolves after edits

🤖 Generated with Claude Code

The Libvirt VM manager was deprecated in DOC-346 and has now been fully
removed from LocalStack (localstack-pro#8233). Remove the "Libvirt VM
Manager" section from ec2.mdx, drop the Libvirt-only config options
from configuration-options.md, and update the autoscaling limitations
note and VM Managers overview accordingly.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

Copy link
Copy Markdown

Deploying localstack-docs with    Cloudflare Pages

Latest commit: f523850
Status: ✅  Deploy successful!
Preview URL: https://51f453d0.localstack-docs.pages.dev
Branch Preview URL: https://doc-402-retire-ec2-libvirt-v.localstack-docs.pages.dev

View logs

quetzalliwrites changed the title DOC-402: Retire EC2 Libvirt VMM from docs DOC-402 (hotfix): Retire EC2 Libvirt VMM from docs Aug 24, 2026
quetzalliwrites merged commit 33a0776 into main Aug 24, 2026
1 of 4 checks passed
quetzalliwrites deleted the doc-402-retire-ec2-libvirt-vmm branch August 24, 2026 13:06
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL