Ranger minor change for lab testing
Minor update to rds image yaml logic to use 'Image2' Change-Id: Ib16ab096f9f7214d926bf67899fdb67df0f33b1e
This commit is contained in:
parent
4ec114add6
commit
8987472a51
@ -42,7 +42,7 @@ def _properties(alldata, region):
|
|||||||
|
|
||||||
def _glanceimage(alldata, region):
|
def _glanceimage(alldata, region):
|
||||||
return dict(
|
return dict(
|
||||||
type="OS::Glance::Image",
|
type="OS::Glance::Image2",
|
||||||
properties=_properties(alldata, region)
|
properties=_properties(alldata, region)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -55,7 +55,7 @@ yaml_output = {
|
|||||||
'image_internal_id': 1
|
'image_internal_id': 1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'type': 'OS::Glance::Image'
|
'type': 'OS::Glance::Image2'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
'heat_template_version': '2015-1-1',
|
'heat_template_version': '2015-1-1',
|
||||||
|
Loading…
Reference in New Issue
Block a user