commit | dca518b3496f8bbdffaae99c22eb8a7e2a86ed3a | [log] [tgz] |
---|---|---|
author | Steven Hardy <shardy@redhat.com> | Fri Sep 18 18:19:40 2015 +0100 |
committer | Steven Hardy <shardy@redhat.com> | Mon Sep 21 14:27:16 2015 +0100 |
tree | 865875e9aa78c4d4abe75e42e6fc16a8c94a47c1 | |
parent | 1c8499db32a9a3a644ca1a79cae9184bd2d2cd1b [diff] |
Add a functional test proving OS::Heat::None works with validate Previously the template-validate logic failed when overriding resources with OS::Heat::None in the resource_registry, despite this working fine via create/preview. Since the fix for bug #1467573 has aligned the template-validate logic with that of create/preview, this should now work. Change-Id: Id8d0be57d347e7ef6714477747949bd2dadd470c Closes-Bug: #1495914