diff --git a/nscharm_ns/charms/layers/ns/config.yaml b/nscharm_ns/charms/layers/ns/config.yaml
index 446fb46768315e8f1f5922d86755a1bae91435aa..225622aafc8b24d1ca2f54e9f1b832a7c7c22beb 100644
--- a/nscharm_ns/charms/layers/ns/config.yaml
+++ b/nscharm_ns/charms/layers/ns/config.yaml
@@ -1,18 +1,13 @@
 options:
-    user-member-index:
-        default:
-        description: The vnf-member-index of the user VNF.
+    juju-username:
         type: string
-    user-vdu-id:
-        default:
-        description: The id of the VDU containing the charm.
+        default: ""
+        description: "The Juju username to authenticate with."
+    juju-password:
         type: string
-
-    policy-member-index:
-        default:
-        description: The vnf-member-index of the policy VNF.
-        type: string
-    policy-vdu-id:
-        default:
-        description: The id of the VDU containing the charm.
+        default: ""
+        description: "The Juju password to authenticate with."
+    ns_config_info:
         type: string
+        default: ""
+        description: "The NS_CONFIG_INFO containing the mapping of NS object to application names"