diff --git a/devsetup/hotstack-os/README.md b/devsetup/hotstack-os/README.md index 47d054e5..b4b35f54 100644 --- a/devsetup/hotstack-os/README.md +++ b/devsetup/hotstack-os/README.md @@ -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-` in the session** -- **Removes ALL network namespaces matching pattern `netns-*`** - Removes libvirt session service and hotstack user - Removes podman network - Removes OVS bridges diff --git a/devsetup/hotstack-os/scripts/common.sh b/devsetup/hotstack-os/scripts/common.sh index 00b906a4..4d13025c 100644 --- a/devsetup/hotstack-os/scripts/common.sh +++ b/devsetup/hotstack-os/scripts/common.sh @@ -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 # ============================================================================