Merge "Correct ceilometer reraising of exception"

This commit is contained in:
Jenkins 2016-12-07 18:01:48 +00:00 committed by Gerrit Code Review
commit 73c556547e
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ class GenericHardwareDeclarativePollster(plugin_base.PollsterBase):
LOG.exception(_LE("Cannot load inspector %(name)s: %(err)s"),
dict(name=parsed_url.scheme,
err=err))
raise err
raise
return self.inspectors[parsed_url.scheme]
def get_samples(self, manager, cache, resources=None):