Merge "Increase timeout for networking step on k8s upgrade"

This commit is contained in:
Zuul 2022-06-06 14:40:05 +00:00 committed by Gerrit Code Review
commit cafb8f15c0
1 changed files with 2 additions and 1 deletions

View File

@ -4079,7 +4079,8 @@ class KubeUpgradeNetworkingStep(AbstractKubeUpgradeStep):
super(KubeUpgradeNetworkingStep, self).__init__(
STRATEGY_STEP_NAME.KUBE_UPGRADE_NETWORKING,
nfvi.objects.v1.KUBE_UPGRADE_STATE.KUBE_UPGRADED_NETWORKING,
nfvi.objects.v1.KUBE_UPGRADE_STATE.KUBE_UPGRADING_NETWORKING_FAILED)
nfvi.objects.v1.KUBE_UPGRADE_STATE.KUBE_UPGRADING_NETWORKING_FAILED,
timeout_in_secs=900)
@coroutine
def _response_callback(self):