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:
Bob.Haddleton 2016-09-11 20:51:32 -05:00
parent d5c54375ab
commit a0c4f57591
2 changed files with 1 additions and 1 deletions

@ -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')