summaryrefslogtreecommitdiffstats
path: root/tosca2heat/heat-translator/translator/hot/tosca/tosca_compute.py
diff options
context:
space:
mode:
authorshangxdy <shang.xiaodong@zte.com.cn>2016-09-07 16:07:04 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-09-07 16:07:04 +0000
commit53df43e97a6e48cc1441baddb0ff621f660e5342 (patch)
treedb67866b9443fe14c40419b84d3b9e0df5fbc68b /tosca2heat/heat-translator/translator/hot/tosca/tosca_compute.py
parent5f7dfaf8af285fb94e919443bb6120f5327c067f (diff)
parent528ed804c77758d8e7270ec5a76cc5279330b086 (diff)
Merge "Fix network info output about compute node"
Diffstat (limited to 'tosca2heat/heat-translator/translator/hot/tosca/tosca_compute.py')
-rw-r--r--tosca2heat/heat-translator/translator/hot/tosca/tosca_compute.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tosca2heat/heat-translator/translator/hot/tosca/tosca_compute.py b/tosca2heat/heat-translator/translator/hot/tosca/tosca_compute.py
index 45637ec..9ceb049 100644
--- a/tosca2heat/heat-translator/translator/hot/tosca/tosca_compute.py
+++ b/tosca2heat/heat-translator/translator/hot/tosca/tosca_compute.py
@@ -332,7 +332,7 @@ class ToscaCompute(HotResource):
attriute.'))
if attribute == 'private_address' or \
attribute == 'public_address':
- attr['get_attr'] = [self.name, 'networks', 'private', 0]
+ attr['get_attr'] = [self.name, 'networks']
return attr