[US449915] NC 1.0 - Fixing IMS Heat Template for Ocata

Change-Id: If5ddcb57dc5c98011f63a7c316c9b7f5b9289150
This commit is contained in:
Mclean, Aaron (am9518) 2018-09-06 22:51:32 -05:00 committed by STEW TY
parent cc6522fa8e
commit 759b35b6be
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ def _properties(alldata, region):
def _glanceimage(alldata, region):
return dict(
type="OS::Glance::Image2",
type="OS::Glance::Image",
properties=_properties(alldata, region)
)

View File

@ -55,7 +55,7 @@ yaml_output = {
'image_internal_id': 1
}
},
'type': 'OS::Glance::Image2'
'type': 'OS::Glance::Image'
}
},
'heat_template_version': '2015-1-1',