Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CTI Tools
tosca2doc
Commits
d1da74f4
Commit
d1da74f4
authored
Feb 24, 2021
by
carignani
Browse files
set tosca version to 1.3
parent
c067c9d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/doc2tosca.py
View file @
d1da74f4
...
...
@@ -15,8 +15,8 @@ from docx.text.paragraph import Paragraph
from
example
import
generate_examples_between
BASE_FILENAME
=
"etsi_nfv_sol001_{}_{}_types.yaml"
TOSCA_VERSION
=
"tosca_simple_yaml_1_
2
"
DEFAULT_TOSCA_VERSION
=
"tosca_simple_yaml_1_
2
"
TOSCA_VERSION
=
"tosca_simple_yaml_1_
3
"
DEFAULT_TOSCA_VERSION
=
"tosca_simple_yaml_1_
3
"
SPEC_VERSION
=
"v2.6.1"
allowed_versions
=
[
"v2.6.1"
,
"v2.6.3"
,
"v2.7.1"
,
"v2.8.1"
,
"v3.3.1"
]
...
...
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