From 2a6a7f7661d37e6a7c31a25321af16f133017292 Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Fri, 12 Aug 2016 11:58:21 +0200 Subject: [PATCH] Remove 'auth' fact initialization from bifrost-deploy-nodes-dynamic The role fails, due to 'auth' being converted afterwards from None to 'None', but the openstack argument spec expects it as a dict. Removing the line fixes it, as the 'auth' fact is passed in to the os_ironic_node task with a default(omit) filter. Closes-Bug: #1612589 Change-Id: If89fe4ad88d0a677dc50145bb766d3421d1bc6e3 --- playbooks/roles/bifrost-deploy-nodes-dynamic/tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/playbooks/roles/bifrost-deploy-nodes-dynamic/tasks/main.yml b/playbooks/roles/bifrost-deploy-nodes-dynamic/tasks/main.yml index 84b3fae0d..c57335245 100644 --- a/playbooks/roles/bifrost-deploy-nodes-dynamic/tasks/main.yml +++ b/playbooks/roles/bifrost-deploy-nodes-dynamic/tasks/main.yml @@ -20,7 +20,6 @@ - name: "If in noauth mode, set Auth parameters to None" set_fact: auth_type: None - auth: None when: noauth_mode | bool == true - name: "Setup DHCP for nodes." template: