From 35ca5b43845db924c9dd554eb0c30bfbd135cd5b Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 9 Apr 2020 11:13:12 -0400 Subject: [PATCH] nova-compute: disable scale_tasks when docker is used These tasks are only working & tested on Podman; let's skip them if Docker is still enabled. Change-Id: I87a2e83beadfce3b5078c2f75c6f1bfcc3d457cd --- deployment/nova/nova-compute-container-puppet.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deployment/nova/nova-compute-container-puppet.yaml b/deployment/nova/nova-compute-container-puppet.yaml index c4c959bc7d..9acc0b3589 100644 --- a/deployment/nova/nova-compute-container-puppet.yaml +++ b/deployment/nova/nova-compute-container-puppet.yaml @@ -1095,7 +1095,9 @@ outputs: failed_when: false when: step|int == 2 scale_tasks: - - when: step|int == 1 + - when: + - step|int == 1 + - container_cli == 'podman' tags: down environment: OS_USERNAME: admin