From 112e15b1655285194593a7afca4352ce046c7a47 Mon Sep 17 00:00:00 2001 From: Steve Wilkerson Date: Thu, 10 Jan 2019 08:13:09 -0600 Subject: [PATCH] Remove NovaImages.list_images from nova rally tests This removes the NovaImages.list_images test from the rally tests defined in the nova chart, as the updated rally version seemingly doesn't include this test. This caused the multinode periodic job to fail. See: http://zuul.openstack.org/build/9628003399d640e683945260d9738ade Change-Id: I9515fc3fee192ee6636e85a745071f93ff86c051 --- nova/values.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/nova/values.yaml b/nova/values.yaml index aaee5e35ee..a09ab15d81 100644 --- a/nova/values.yaml +++ b/nova/values.yaml @@ -630,16 +630,6 @@ conf: sla: failure_rate: max: 0 - NovaImages.list_images: - - args: - detailed: true - runner: - concurrency: 1 - times: 1 - type: constant - sla: - failure_rate: - max: 0 NovaKeypair.create_and_delete_keypair: - runner: concurrency: 1