summaryrefslogtreecommitdiffstats
path: root/tosca2heat/heat-translator/translator/common/images.py
diff options
context:
space:
mode:
Diffstat (limited to 'tosca2heat/heat-translator/translator/common/images.py')
-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