diff --git a/05-osm-usage.md b/05-osm-usage.md index c6de7e06e27833fe3c11e2b115d258d5a2d23cbc..88349d498cfb2bdfac2605da834869c623a97568 100644 --- a/05-osm-usage.md +++ b/05-osm-usage.md @@ -1184,7 +1184,7 @@ You can instantiate two NS instances: ```bash osm ns-create --ns_name ldap --nsd_name openldap_ns --vim_account -osm ns-create --ns_name ldap2 --nsd_name openldap_ns --vim_account --config '{additionalParamsForVnf: [{"member-vnf-index": "openldap", "additionalParams": {"replicaCount": "2"}}]}' +osm ns-create --ns_name ldap2 --nsd_name openldap_ns --vim_account --config '{additionalParamsForVnf: [{"member-vnf-index": "openldap", additionalParamsForKdu: [{ kdu_name: "ldap", "additionalParams": {"replicaCount": "2"}}]}]}' ``` Check in the cluster that pods are properly created: