From 79923230d9636c426493505868ba228ba5931896 Mon Sep 17 00:00:00 2001 From: shangxdy Date: Mon, 9 Oct 2017 16:46:08 +0800 Subject: 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 --- tosca2heat/heat-translator/translator/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tosca2heat') 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() -- cgit 1.2.3-korg