Merge "Correction to metrics-server failing to apply"

This commit is contained in:
Zuul 2024-01-05 19:33:19 +00:00 committed by Gerrit Code Review
commit 2098aa57a3
1 changed files with 4 additions and 0 deletions

View File

@ -25,3 +25,7 @@ class MetricsServerAppLifecycleOperator(base.AppLifecycleOperator):
:param app: AppOperator.Application object
:param hook_info: LifecycleHookInfo object
"""
# Use the default behaviour for other hooks
super(MetricsServerAppLifecycleOperator, self).app_lifecycle_actions(
context, conductor_obj, app_op, app, hook_info)