[US449915] NC 1.0 - Fixing IMS Heat Template for Ocata
Change-Id: If5ddcb57dc5c98011f63a7c316c9b7f5b9289150
This commit is contained in:
parent
cc6522fa8e
commit
759b35b6be
@ -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)
|
||||
)
|
||||
|
||||
|
@ -55,7 +55,7 @@ yaml_output = {
|
||||
'image_internal_id': 1
|
||||
}
|
||||
},
|
||||
'type': 'OS::Glance::Image2'
|
||||
'type': 'OS::Glance::Image'
|
||||
}
|
||||
},
|
||||
'heat_template_version': '2015-1-1',
|
||||
|
Loading…
x
Reference in New Issue
Block a user