You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/network-namespace/README.md
+31-18Lines changed: 31 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,36 +254,49 @@ cmk createExtension \
254
254
name=my-extnet \
255
255
type=NetworkOrchestrator \
256
256
path=network-namespace \
257
-
"details[0].key=network.capabilities" \
258
-
"details[0].value={\"services\":[\"SourceNat\",\"StaticNat\",\"PortForwarding\",\"Firewall\",\"Gateway\"],\"capabilities\":{\"SourceNat\":{\"SupportedSourceNatTypes\":\"peraccount\",\"RedundantRouter\":\"false\"},\"Firewall\":{\"TrafficStatistics\":\"per public ip\"}}}"
"details[1].value={\"SourceNat\":{\"SupportedSourceNatTypes\":\"peraccount\",\"RedundantRouter\":\"false\"},\"Firewall\":{\"TrafficStatistics\":\"per public ip\"}}"
259
261
```
260
262
261
-
The `network.capabilities` detail declares which services this extension provides
262
-
and their CloudStack capability values. These are consulted when listing network
263
-
service providers and when validating network offerings.
263
+
The two details declare which services this extension provides and their
264
+
CloudStack capability values. These are consulted when listing network service
265
+
providers and when validating network offerings.
264
266
265
-
**`network.capabilities` JSON format:**
267
+
**`network.services`** — comma-separated list of service names:
0 commit comments