This is an automated email from the ASF dual-hosted git repository.

weizhouapache pushed a commit to branch network-namespace
in repository https://gitbox.apache.org/repos/asf/cloudstack-extensions.git

commit 96442bed3b9746bff51b803cab51f5411e7d0181
Author: Wei Zhou <[email protected]>
AuthorDate: Mon Jun 15 14:16:38 2026 +0200

    Network Namespace: update README.md
---
 Network-Namespace/README.md | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/Network-Namespace/README.md b/Network-Namespace/README.md
index e0dcd0f..1c5b552 100644
--- a/Network-Namespace/README.md
+++ b/Network-Namespace/README.md
@@ -386,13 +386,12 @@ cmk updateRegisteredExtension \
     "details[1].key=username"              "details[1].value=root" \
     "details[2].key=sshkey"                
"details[2].value=<pem-key-contents>" \
     "details[3].key=guest.network.device"  "details[3].value=eth1" \
-    "details[4].key=public.network.device" "details[4].value=eth1" \
-    "details[5].key=isolation_method"      "details[5].value=NetworkExtension"
+    "details[4].key=public.network.device" "details[4].value=eth1"
 ```
 
-> **`isolation_method=NetworkExtension`** causes CloudStack to use
-> `NetworkExtensionGuestNetworkGuru` when designing guest networks backed by
-> this extension.  The network-namespace extension uses VLAN-based isolation
+> **`network.isolation.method=NetworkExtension`** must be set as an Extension
+> detail (via `createExtension` or `updateExtension`), not as a 
physical-network
+> registration detail.  The network-namespace extension uses VLAN-based 
isolation
 > and does not rely on the script output from `implement-network` to override
 > the broadcast domain type, so this detail is not strictly required for basic
 > operation.  It is included here as best practice and for forward

Reply via email to