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:
parent
dc732e68f3
commit
2a6a7f7661
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user