Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
S
SOL006
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
NFV - Network Functions Virtualisation
SOL006
Commits
a472a35c
Commit
a472a35c
authored
Mar 09, 2019
by
Mahesh Jethanandani
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix for bug#213
parent
5a370aa1
Pipeline
#372
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
etsi-nfv-vnf.yang
src/yang/etsi-nfv-vnf.yang
+3
-2
No files found.
src/yang/etsi-nfv-vnf.yang
View file @
a472a35c
...
...
@@ -1646,7 +1646,7 @@ submodule etsi-nfv-vnf {
}
}
list scaling-info {
key "id";
key "
scaling-aspect-
id";
description
"The InstantiationLevel information element describes a
given level of resources to be instantiated within a
...
...
@@ -1655,7 +1655,8 @@ submodule etsi-nfv-vnf {
reference
"GS NFV IFA011: Section 7.1.8.7 InstantiationLevel
information element";
leaf id {
leaf scaling-aspect-id {
type leafref {
path "../../../nfv:scaling-aspect/nfv:id";
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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