diff options
Diffstat (limited to 'heatclient/common/template_utils.py')
-rw-r--r-- | heatclient/common/template_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heatclient/common/template_utils.py b/heatclient/common/template_utils.py index a14f35c..b80878d 100644 --- a/heatclient/common/template_utils.py +++ b/heatclient/common/template_utils.py @@ -261,7 +261,7 @@ def resolve_environment_urls(resource_registry, files, env_base_url, # Built in providers like: "X::Compute::Server" # don't need downloading. return True - if key == 'hooks': + if key in ['hooks', 'restricted_actions']: return True get_file_contents(rr, files, base_url, ignore_if, |