Merge "Allow metadata updates to provider resources" into stable/icehouse

This commit is contained in:
Jenkins 2014-07-28 23:56:48 +00:00 committed by Gerrit Code Review
commit 1dbafa0025
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ class TemplateResource(stack_resource.StackResource):
self._parsed_nested = None
self.stack = stack
self.validation_exception = None
self.update_allowed_keys = ('Properties',)
self.update_allowed_keys = ('Properties', 'Metadata')
tri = stack.env.get_resource_info(
json_snippet['Type'],