Files
python-heatclient/heatclient/tests/unit/var/minimal.template
Sergey Kraynev 0c808718bb Move unittests to subdir unit
Initial migration of tests from tempest.
See mail
http://lists.openstack.org/pipermail/openstack-dev/2015-February/056916.html

Partial-Bug: #1446442
Change-Id: I75daa23f4710ea557dec92f6ee24231430356127
2015-05-12 03:44:18 -04:00

10 lines
116 B
Plaintext

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