Skip to content
Snippets Groups Projects
Commit d1da74f4 authored by carignani's avatar carignani
Browse files

set tosca version to 1.3

parent c067c9d5
No related branches found
No related tags found
No related merge requests found
...@@ -15,8 +15,8 @@ from docx.text.paragraph import Paragraph ...@@ -15,8 +15,8 @@ from docx.text.paragraph import Paragraph
from example import generate_examples_between from example import generate_examples_between
BASE_FILENAME = "etsi_nfv_sol001_{}_{}_types.yaml" BASE_FILENAME = "etsi_nfv_sol001_{}_{}_types.yaml"
TOSCA_VERSION = "tosca_simple_yaml_1_2" TOSCA_VERSION = "tosca_simple_yaml_1_3"
DEFAULT_TOSCA_VERSION = "tosca_simple_yaml_1_2" DEFAULT_TOSCA_VERSION = "tosca_simple_yaml_1_3"
SPEC_VERSION = "v2.6.1" SPEC_VERSION = "v2.6.1"
allowed_versions = ["v2.6.1", "v2.6.3", "v2.7.1", "v2.8.1", "v3.3.1"] allowed_versions = ["v2.6.1", "v2.6.3", "v2.7.1", "v2.8.1", "v3.3.1"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment