Skip to content

Commit db2ba1a

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Update uuid to id in node_info to match module change"
2 parents 196a587 + e641f7e commit db2ba1a

File tree

1 file changed

+1
-1
lines changed
  • playbooks/roles/bifrost-deploy-nodes-dynamic/tasks

1 file changed

+1
-1
lines changed

playbooks/roles/bifrost-deploy-nodes-dynamic/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
- name: "Set UUID from Ironic"
4040
set_fact:
41-
uuid: "{{ node_info.baremetal_nodes[0].uuid }}"
41+
uuid: "{{ node_info.baremetal_nodes[0].id }}"
4242
when:
4343
- uuid is undefined
4444
- name is defined

0 commit comments

Comments
 (0)