Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL006
Commits
e886caab
Commit
e886caab
authored
Sep 23, 2019
by
Mahesh Jethanandani
Browse files
Fix for bug#254
parent
2f4f6fe9
Pipeline
#1568
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/yang/etsi-nfv-vnf.yang
View file @
e886caab
...
...
@@ -2621,6 +2621,41 @@ submodule etsi-nfv-vnf {
information element"
;
}
leaf
vnfm-interface-info
{
type
string
;
description
"Contains information enabling access to the NFV-MANO
interfaces produced by the VNFM (e.g. URIs and
credentials)."
;
reference
"GS NFV IFA011: Section 7.1.12 VnfConfigurableProperties
information element"
;
}
leaf
vnfm-oauth-server-info
{
type
string
;
description
"Contains information to enable discovery of the
authorization server protecting access to
VNFM interfaces."
;
reference
"GS NFV IFA011: Section 7.1.12 VnfConfigurableProperties
information element"
;
}
leaf
vnf-oauth-server-info
{
type
string
;
description
"Contains information to enable discovery of the
authorization server to validate the access tokens
provided by the VNFM when the VNFM accesses the VNF
interfaces, if that functionality (token introspection) is
supported by the authorization server."
;
reference
"GS NFV IFA011: Section 7.1.12 VnfConfigurableProperties
information element"
;
}
list
additional-configurable-property
{
key
"key"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment