diff options
author | shangxdy <shang.xiaodong@zte.com.cn> | 2017-09-07 10:54:36 +0800 |
---|---|---|
committer | shangxdy <shang.xiaodong@zte.com.cn> | 2017-09-07 11:00:56 +0800 |
commit | 41da4cef96c039b39eaaa86ba4d922885f319d81 (patch) | |
tree | 3001612db3c55f4b98df3984e94c8033a2226341 /tosca2heat/heat-translator/setup.cfg | |
parent | dd361d8d9df7a69a4fc7c004db5b959440a024c2 (diff) |
Refactor heat-translator setup.py
Overwrite setup.py in heat-translator project to uninstall openstack
heat-translator before build/install nfv-heattranslator.
JIRA: PARSER-151
Change-Id: I65da014439e3c07b866b3baf8643e569d813165c
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Diffstat (limited to 'tosca2heat/heat-translator/setup.cfg')
-rw-r--r-- | tosca2heat/heat-translator/setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tosca2heat/heat-translator/setup.cfg b/tosca2heat/heat-translator/setup.cfg index 863b97d..2a10811 100644 --- a/tosca2heat/heat-translator/setup.cfg +++ b/tosca2heat/heat-translator/setup.cfg @@ -1,5 +1,5 @@ [metadata] -name = heat-translator +name = nfv-heattranslator version = url = https://wiki.opnfv.org/display/parser summary = Tool to translate non-heat templates to Heat Orchestration Template in nfv. |