Merge "Fix log update-status error"

This commit is contained in:
Zuul 2019-08-14 14:12:03 +00:00 committed by Gerrit Code Review
commit 59abbe905a
1 changed files with 6 additions and 0 deletions

View File

@ -233,6 +233,12 @@ def post_series_upgrade():
resume_unit_helper, CONFIGS)
@hooks.hook('update-status')
def dummy_update_status():
"""Dummy function to silence missing hook log entry"""
pass
def main():
try:
hooks.execute(sys.argv)