Files
python-heatclient/heatclient/tests/var/minimal.template
Monty Taylor 56bfe7541d Move tests into package dir.
This keeps it consistent with the other heat projects, and gets us
away from having a global 'tests' package.

Change-Id: Ic41b5fc235df0fce0feecfe678f743621e379aec
2013-05-25 08:45:35 +02:00

10 lines
116 B
Plaintext

{
"AWSTemplateFormatVersion" : "2010-09-09",
"Parameters" : {
},
"Resources" : {
},
"Outputs" : {
}
}