heat/heat/common
Steve Baker e889d66e07 Don't raise exception when get nested stack
1. Stack.load() won't return None, instead will raise
notFound exception if we can't get the stack from db.
So we should catch the notFound exception in
StackResource.nested() when loading.
2. Return None if we catch the notFound when get the
nested, due there are many places where we call the
nested(), and raise the notFound exception makes no sense.

(cherry-picked from b101190f32)
Closes-Bug: #1479579
Change-Id: I2540ca13572dfe628e6fc596815bee427b41290f
2015-09-18 06:11:08 +00:00
..
__init__.py Empty files shouldn't contain copyright nor license 2013-12-24 20:29:31 +08:00
auth_password.py Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
auth_url.py Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
config.py Change the default num_engine_workers to get_worker_count() 2015-03-31 07:55:18 +10:00
context.py Add user_identity to RequestContext.to_dict() 2015-03-27 14:33:23 +10:00
crypt.py Set auth_encryption_key option to be secret 2015-04-21 08:24:27 -07:00
custom_backend_auth.py Don't use a different thread local store to oslo.log 2015-03-24 11:28:31 +10:00
environment_format.py Enable H904 style checking rule 2015-01-20 11:14:06 +02:00
exception.py Use atomic_key for deployment metadata updates 2015-08-25 14:48:03 +12:00
grouputils.py Don't raise exception when get nested stack 2015-09-18 06:11:08 +00:00
heat_keystoneclient.py Move stack_user_domain warning to startup 2015-03-23 13:07:55 +10:00
i18n.py Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
identifier.py Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
lifecycle_plugin_utils.py Move logging to use oslo_log library 2015-02-17 09:23:34 +00:00
messaging.py Fix some new PEP8 errors found at gate 2015-03-24 11:13:50 +08:00
param_utils.py Utility function for int param checking 2015-03-03 12:55:43 +08:00
plugin_loader.py Move logging to use oslo_log library 2015-02-17 09:23:34 +00:00
policy.py Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
profiler.py Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
serializers.py Convert all non-test imports of json to jsonutils 2015-03-04 15:26:48 +10:00
service_utils.py Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
short_id.py Fix [H302] errors in heat/common 2014-11-20 15:06:53 +00:00
template_format.py Convert all non-test imports of json to jsonutils 2015-03-04 15:26:48 +10:00
timeutils.py Remove deprecated function i18n.install('heat') 2014-10-13 10:31:28 +08:00
urlfetch.py Make import of oslo libraries namespaceless 2015-02-18 22:54:10 +01:00
wsgi.py Use oslo.log in wsgi.py 2015-03-24 11:38:26 +10:00