Correct response of template-version-list
Change-Id: Id5cabce0806ba2423195450c27d00a905d32d13c
This commit is contained in:
parent
99bebb5829
commit
a3b1b172e8
@ -1,44 +1,49 @@
|
|||||||
{
|
{
|
||||||
"template_versions": [
|
"template_versions": [
|
||||||
{
|
{
|
||||||
"alias": [],
|
"aliases": [],
|
||||||
"version": "AWSTemplateFormatVersion.2010-09-09",
|
"version": "AWSTemplateFormatVersion.2010-09-09",
|
||||||
"type": "cfn"
|
"type": "cfn"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"alias": [],
|
"aliases": [],
|
||||||
"version": "HeatTemplateFormatVersion.2012-12-12",
|
"version": "HeatTemplateFormatVersion.2012-12-12",
|
||||||
"type": "cfn"
|
"type": "cfn"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"alias": [],
|
"aliases": [],
|
||||||
"version": "heat_template_version.2013-05-23",
|
"version": "heat_template_version.2013-05-23",
|
||||||
"type": "hot"
|
"type": "hot"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"alias": [],
|
"aliases": [],
|
||||||
"version": "heat_template_version.2014-10-16",
|
"version": "heat_template_version.2014-10-16",
|
||||||
"type": "hot"
|
"type": "hot"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"alias": [],
|
"aliases": [],
|
||||||
"version": "heat_template_version.2015-04-30",
|
"version": "heat_template_version.2015-04-30",
|
||||||
"type": "hot"
|
"type": "hot"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"alias": [],
|
"aliases": [],
|
||||||
"version": "heat_template_version.2015-10-15",
|
"version": "heat_template_version.2015-10-15",
|
||||||
"type": "hot"
|
"type": "hot"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"alias": [],
|
"aliases": [],
|
||||||
"version": "heat_template_version.2016-04-08",
|
"version": "heat_template_version.2016-04-08",
|
||||||
"type": "hot"
|
"type": "hot"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"alias": ["heat_template_version.newton"],
|
"aliases": ["heat_template_version.newton"],
|
||||||
"version": "heat_template_version.2016-10-14",
|
"version": "heat_template_version.2016-10-14",
|
||||||
"type": "hot"
|
"type": "hot"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"aliases": ["heat_template_version.ocata"],
|
||||||
|
"version": "heat_template_version.2017-02-24",
|
||||||
|
"type": "hot"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user