Ranger minor change for lab testing
Minor update to rds image yaml logic to use 'Image2' Change-Id: Ib16ab096f9f7214d926bf67899fdb67df0f33b1e
This commit is contained in:
@@ -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)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user