This is an automated email from the ASF dual-hosted git repository. DaanHoogland pushed a commit to branch DaanHoogland-patch-1 in repository https://gitbox.apache.org/repos/asf/cloudstack-extensions.git
commit dc4aea71f909eefe87abe647f51c915dd87bd7d3 Author: dahn <[email protected]> AuthorDate: Tue Jun 23 11:06:15 2026 +0200 Update README.md --- Network-Namespace/README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Network-Namespace/README.md b/Network-Namespace/README.md index 1c5b552..de9426e 100644 --- a/Network-Namespace/README.md +++ b/Network-Namespace/README.md @@ -307,10 +307,8 @@ cmk createExtension \ name=my-extnet \ type=NetworkOrchestrator \ path=network-namespace \ - "details[0].key=network.services" \ - "details[0].value=SourceNat,StaticNat,PortForwarding,Firewall,Gateway" \ - "details[1].key=network.service.capabilities" \ - "details[1].value={\"SourceNat\":{\"SupportedSourceNatTypes\":\"peraccount\",\"RedundantRouter\":\"false\"},\"Firewall\":{\"TrafficStatistics\":\"per public ip\"}}" + details[0]."network.services"="SourceNat,StaticNat,PortForwarding,Firewall,Gateway" \ + details[1]."network.service.capabilities"="{\"SourceNat\":{\"SupportedSourceNatTypes\":\"peraccount\",\"RedundantRouter\":\"false\"},\"Firewall\":{\"TrafficStatistics\":\"per public ip\"}}" ``` The two details declare which services this extension provides and their
