Ranger minor change for lab testing

Minor update to rds image yaml logic to use 'Image2'

Change-Id: Ib16ab096f9f7214d926bf67899fdb67df0f33b1e
This commit is contained in:
stewie925 2018-11-30 15:39:35 -08:00
parent 4ec114add6
commit 8987472a51
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::Image",
type="OS::Glance::Image2",
properties=_properties(alldata, region)
)

View File

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