From 9cb4b2a18e110524877759991ce30fa3c615e9fc Mon Sep 17 00:00:00 2001 From: jkilpatr Date: Wed, 12 Jul 2017 12:05:38 -0400 Subject: [PATCH] Configure Glance benchmark for CI Turns out that Rally doesn't accept local filepaths for create and delete image, this was failing silently for a while. Change-Id: I45284a2c098c8d1be2bac87fbba7119a3eaadf81 --- .../roles/template-configs/templates/browbeat-api-ci.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/oooq/roles/template-configs/templates/browbeat-api-ci.yaml.j2 b/ansible/oooq/roles/template-configs/templates/browbeat-api-ci.yaml.j2 index 44ef4478e..1e4fba1ce 100644 --- a/ansible/oooq/roles/template-configs/templates/browbeat-api-ci.yaml.j2 +++ b/ansible/oooq/roles/template-configs/templates/browbeat-api-ci.yaml.j2 @@ -115,7 +115,7 @@ rally: scenarios: - name: create-and-delete-image enabled: true - image_location: /home/stack/cirros + image_location: http://cloud.centos.org/centos/7/images/CentOS-7-x86_64-GenericCloud.qcow2.xz flavor_name: m1.tiny file: rally/glance/create-and-delete-image-cc.yml - name: plugins