Skip to content

Commit 2dfe01e

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Fix execution of kayobe overcloud deprovision"
2 parents 44f4e27 + 9172c77 commit 2dfe01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/overcloud-deprovision.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
export OS_BAREMETAL_API_VERSION=1.34 &&
6161
export BIFROST_INVENTORY_SOURCE=ironic &&
6262
export BIFROST_NODE_NAMES="{{ inventory_hostname }}" &&
63-
openstack baremetal port list --node {{ inventory_hostname }} --fields address -f value'
63+
baremetal port list --node {{ inventory_hostname }} --fields address -f value'
6464
register: pxe_result
6565
delegate_to: "{{ seed_host }}"
6666
become: "{{ container_engine == 'podman' }}"

0 commit comments

Comments
 (0)