heat/heat/engine/resources
Zane Bitter 1c78d4af85 Don't swallow AssertionErrors
Most validation errors are in fact the user's problem, but in the case of
an AssertionError that's a real problem with Heat. We should return 500
status codes and log the tracebacks, not wrap the in validation exceptions.

Change-Id: I71d91a5413d7f026b332014487583b7f2762b322
2015-05-15 17:18:12 -04:00
..
aws Add address format check for property 2015-05-12 16:07:48 +08:00
openstack Merge "Add CIDR format validation" 2015-05-15 17:40:44 +00:00
__init__.py Move other aws resources to corresponding directory 2015-03-04 09:44:47 +08:00
signal_responder.py Move resource inheritance class to engine/resources 2015-03-10 18:07:46 +08:00
stack_resource.py Don't swallow AssertionErrors 2015-05-15 17:18:12 -04:00
stack_user.py Move resource inheritance class to engine/resources 2015-03-10 18:07:46 +08:00
template_resource.py Update template paths for environment-mapped TemplateResources 2015-05-07 16:19:40 +12:00
volume_base.py Decouple volumes of aws and os 2015-05-06 03:12:57 +00:00
wait_condition.py Use six.iterkeys(x) instead of x.keys() 2015-04-23 17:18:40 +03:00