From 62f0afc631f969207c5d762fd5f6948fcdf28b28 Mon Sep 17 00:00:00 2001 From: Junya Akahira Date: Wed, 17 Feb 2016 21:27:00 +0900 Subject: [PATCH] AIO: Fix typo in bootstrap-host Use bootstrap_host_loopback_swift_size instead of bootstrap_host_loopback_cinder_size in "Create sparse Swift files". Change-Id: I1f795e65f9e68f053251ef2d2ce802233ff4cf33 --- tests/roles/bootstrap-host/tasks/prepare_loopback_swift.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/roles/bootstrap-host/tasks/prepare_loopback_swift.yml b/tests/roles/bootstrap-host/tasks/prepare_loopback_swift.yml index adb8eb2488..e0d10ccd2f 100644 --- a/tests/roles/bootstrap-host/tasks/prepare_loopback_swift.yml +++ b/tests/roles/bootstrap-host/tasks/prepare_loopback_swift.yml @@ -14,7 +14,7 @@ # limitations under the License. - name: Create sparse Swift files - shell: "truncate -s {{ bootstrap_host_loopback_cinder_size }}G /openstack/{{ item }}.img" + shell: "truncate -s {{ bootstrap_host_loopback_swift_size }}G /openstack/{{ item }}.img" args: creates: "/openstack/{{ item }}.img" with_items: