Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion devsetup/hotstack-os/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ HotsTac(k)os is designed to coexist safely with other podman containers and work
**⚠️ WARNING about `make clean`:**
- Removes all HotsTac(k)os containers, images, and persistent data
- **Destroys ALL libvirt VMs matching pattern `notapet-<uuid>` in the session**
- **Removes ALL network namespaces matching pattern `netns-*`**
- Removes libvirt session service and hotstack user
- Removes podman network
- Removes OVS bridges
Expand Down
7 changes: 0 additions & 7 deletions devsetup/hotstack-os/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -614,13 +614,6 @@ remove_libvirt_vms() {
return 0
}

# ============================================================================
# Network Namespace Cleanup
# ============================================================================

# Remove network namespaces created by Neutron/OVN
# Usage: remove_network_namespaces
# Returns: 0 on success, 1 if ip command not available
# ============================================================================
# Auto-initialization
# ============================================================================
Expand Down