From 23da3c4ea4a0320f9ce398480c95b0fdefecef35 Mon Sep 17 00:00:00 2001 From: Valentin Gologuzov Date: Mon, 16 Mar 2015 14:15:28 +0100 Subject: [PATCH] Call nova from localhost --- tasks/persistent_cloud_new.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/persistent_cloud_new.yml b/tasks/persistent_cloud_new.yml index 4c64eb1baa..a3a01906ca 100644 --- a/tasks/persistent_cloud_new.yml +++ b/tasks/persistent_cloud_new.yml @@ -19,6 +19,7 @@ # when: vm_status.stdout != "ACTIVE" - name: spin UP VM using nova_compute + delegate_to: 127.0.0.1 nova_compute: # insecure: True auth_url: "{{OS_AUTH_URL}}"