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
This commit is contained in:
Ricardo Carrillo Cruz 2016-08-12 11:58:21 +02:00
parent dc732e68f3
commit 2a6a7f7661

View File

@ -20,7 +20,6 @@
- name: "If in noauth mode, set Auth parameters to None" - name: "If in noauth mode, set Auth parameters to None"
set_fact: set_fact:
auth_type: None auth_type: None
auth: None
when: noauth_mode | bool == true when: noauth_mode | bool == true
- name: "Setup DHCP for nodes." - name: "Setup DHCP for nodes."
template: template: