diff options
author | shangxdy <shang.xiaodong@zte.com.cn> | 2017-10-09 16:46:08 +0800 |
---|---|---|
committer | shangxdy <shang.xiaodong@zte.com.cn> | 2017-10-09 17:13:05 +0800 |
commit | 79923230d9636c426493505868ba228ba5931896 (patch) | |
tree | 4b9a9ea033f1d12e6fcef6227257ffb7ba67b684 /tosca2heat | |
parent | 8eab0db0e6a05ea5535988f3020328d7ae0ecba2 (diff) |
Fix test for apex
Currently the test in apex is error, the patch will fix it.
JIRA: PARSER-160
Change-Id: I0c290f7819468e1f400f1610fc87bceb72086b92
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Diffstat (limited to 'tosca2heat')
-rw-r--r-- | tosca2heat/heat-translator/translator/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tosca2heat/heat-translator/translator/__init__.py b/tosca2heat/heat-translator/translator/__init__.py index 3c2a807..aab5d8c 100644 --- a/tosca2heat/heat-translator/translator/__init__.py +++ b/tosca2heat/heat-translator/translator/__init__.py @@ -16,4 +16,4 @@ import pbr.version __version__ = pbr.version.VersionInfo( - 'heat-translator').version_string() + 'nfv-heattranslator').version_string() |