Rename nfv extensions files to support adding versions
- Rename TOSCA_nfv_definitions_1_0.yaml to match the actual version - Rename nfv.py to match the version it implements Change-Id: I60e53506d3e6b92794398f15b606b9107462c5e1
This commit is contained in:
parent
d5c54375ab
commit
a0c4f57591
toscaparser/extensions/nfv
2
toscaparser/extensions/nfv/nfv.py → toscaparser/extensions/nfv/tosca_simple_profile_for_nfv_1_0_0.py
2
toscaparser/extensions/nfv/nfv.py → toscaparser/extensions/nfv/tosca_simple_profile_for_nfv_1_0_0.py
@ -14,6 +14,6 @@
|
||||
|
||||
VERSION = 'tosca_simple_profile_for_nfv_1_0_0'
|
||||
|
||||
DEFS_FILE = "TOSCA_nfv_definition_1_0.yaml"
|
||||
DEFS_FILE = "TOSCA_nfv_definition_1_0_0.yaml"
|
||||
|
||||
SECTIONS = ('metadata')
|
Loading…
x
Reference in New Issue
Block a user