blob: 22fd8bb27e5c6c3dcf5be65248aa18873bb72762 [file] [log] [blame]
{
"template": {
"heat_template_version": "2013-05-23",
"description": "HOT template to deploy volume",
"resources": {
"cinder_volume": {
"type": "OS::Cinder::Volume",
"properties": {
"size": "1"
},
"metadata": {
"some_key": "some_value",
"some_other_key": 5,
"more_key": null
}
}
}
}
}