From bf1e670a98b02f906cc2603521f85a3dc9ca3295 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 3 Nov 2016 23:27:15 +0000 Subject: [PATCH] tweak cloud setup to try and get rid of anoying noise in check diff --- tasks/persistent_cloud.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/persistent_cloud.yml b/tasks/persistent_cloud.yml index c43ce8cbc2..22bdd78197 100644 --- a/tasks/persistent_cloud.yml +++ b/tasks/persistent_cloud.yml @@ -64,6 +64,7 @@ - local_action: shell nova --os-auth-url="{{os_auth_url}}" --os-username="admin" --os-password="{{ADMIN_PASS}}" --os-tenant-name={{inventory_tenant}} volume-attach "{{inventory_instance_name}}" "{{item.volume_id}}" "{{item.device}}" with_items: "{{volumes}}" ignore_errors: True + failed_when: False when: volumes is defined and volume_available is defined and volume_available - name: wait for he host to be hot