summaryrefslogtreecommitdiffstats
path: root/tosca2heat
diff options
context:
space:
mode:
authorshangxdy <shang.xiaodong@zte.com.cn>2017-08-08 14:45:16 +0800
committershangxdy <shang.xiaodong@zte.com.cn>2017-08-08 14:45:16 +0800
commit02a18bd6ede4fc1f8d67f3fc97a82349146a24b6 (patch)
treeca2fcad77a71a56b51b60acf4fc9e67debe81482 /tosca2heat
parente22b58bdcd35465dc9f8144e9b0980e0f4366c90 (diff)
fix package init name for nfv-toscaparser
When loading nfv-toscaparser use pbr tool, switch the version of tosco-parser to nfv-toscaparserf, which will affect the Modeling project in ONAP. JIRA: PARSER-134 Change-Id: If5934075af1fa725fea763083fcca7b597043818 Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Diffstat (limited to 'tosca2heat')
-rw-r--r--tosca2heat/tosca-parser/toscaparser/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tosca2heat/tosca-parser/toscaparser/__init__.py b/tosca2heat/tosca-parser/toscaparser/__init__.py
index d9745ed..63ddcd4 100644
--- a/tosca2heat/tosca-parser/toscaparser/__init__.py
+++ b/tosca2heat/tosca-parser/toscaparser/__init__.py
@@ -14,4 +14,4 @@ import pbr.version
__version__ = pbr.version.VersionInfo(
- 'tosca-parser').version_string()
+ 'nfv-toscaparser').version_string()