config.yaml 925 B
Newer Older
"options":
  "juju-username":
    "type": "string"
    "default": ""
    "description": "The Juju username to authenticate with."
  "juju-password":
    "type": "string"
    "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"
  "user-member-index":
    "default": !!null ""
    "description": "The vnf-member-index of the user VNF."
    "type": "string"
  "user-vdu-id":
    "default": !!null ""
    "description": "The id of the VDU containing the charm."
    "type": "string"

  "policy-member-index":
    "default": !!null ""
    "description": "The vnf-member-index of the policy VNF."
    "type": "string"
  "policy-vdu-id":
    "default": !!null ""
    "description": "The id of the VDU containing the charm."
    "type": "string"