From 4c5a138223617d09787c278827c102bc7f151de0 Mon Sep 17 00:00:00 2001 From: David Garcia Date: Fri, 28 May 2021 12:40:32 +0200 Subject: [PATCH] Fix bug 1533: Update config for nscharm --- nscharm_ns/charms/layers/ns/config.yaml | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/nscharm_ns/charms/layers/ns/config.yaml b/nscharm_ns/charms/layers/ns/config.yaml index 446fb467..225622aa 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" -- GitLab