Merge "Remove the deprecated Stack.resolve_static_data() method"

This commit is contained in:
Jenkins 2016-12-07 10:57:57 +00:00 committed by Gerrit Code Review
commit f67f2194d5
1 changed files with 0 additions and 7 deletions

View File

@ -1985,13 +1985,6 @@ class Stack(collections.Mapping):
'tags': self.tags,
}
def resolve_static_data(self, snippet, path=''):
warnings.warn('Stack.resolve_static_data() is deprecated and '
'will be removed in the Ocata release.',
DeprecationWarning)
return self.t.parse(self, snippet, path=path)
def reset_resource_attributes(self):
# nothing is cached if no resources exist
if not self._resources: