summaryrefslogtreecommitdiffstats
path: root/tosca2heat
diff options
context:
space:
mode:
authorxiaodong shang <shang.xiaodong@zte.com.cn>2018-04-26 09:12:17 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-04-26 09:12:17 +0000
commit320ca9e335797f2081f253df60a860e72b6cc9fb (patch)
tree25fed6bf11a54857966acda9bbc09c90fb95cfd8 /tosca2heat
parentc74673ad0818a89f5e23c9e0be1c7b933472c1f4 (diff)
parent704e7277cca4f6b05b9d5376eb0c430a855519be (diff)
Merge "Fix aarch64 image naming in parser"opnfv-6.0.01.0.1
Diffstat (limited to 'tosca2heat')
-rw-r--r--tosca2heat/heat-translator/translator/common/images.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/tosca2heat/heat-translator/translator/common/images.py b/tosca2heat/heat-translator/translator/common/images.py
index d9b8818..f3138bd 100644
--- a/tosca2heat/heat-translator/translator/common/images.py
+++ b/tosca2heat/heat-translator/translator/common/images.py
@@ -64,7 +64,12 @@ PREDEF_IMAGES = {
'os_type': 'linux',
'os_distro': 'rhel',
'os_version': '6.5'
- }
+ },
+ 'cirros-0.4.0-aarch64-disk': {'architecture': 'aarch64',
+ 'os_type': 'linux',
+ 'os_distro': 'cirros',
+ 'os_version': '0.4.0'
+ }
}
SESSION = None