Skip to content

Commit

Permalink
Merge pull request #44 from juliakreger/fix-ironic-portgroup-list
Browse files Browse the repository at this point in the history
Fix ironic portgroup list
  • Loading branch information
openshift-merge-bot[bot] authored Mar 7, 2024
2 parents 336d5a8 + fb519c4 commit 5ca0bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collection-scripts/gather_services_status
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ get_ironic_status() {
# as agreed by the Ironic community.
run_bg ${BASH_ALIASES[os]} baremetal node list --long '>' "$IRONIC_PATH"/node_list
run_bg ${BASH_ALIASES[os]} baremetal port list --long '>' "$IRONIC_PATH"/port_list
run_bg ${BASH_ALIASES[os]} baremetal portgroup list --long '>' "$IRONIC_PATH"/portgroup_list
run_bg ${BASH_ALIASES[os]} baremetal port group list --long '>' "$IRONIC_PATH"/port_group_list
run_bg ${BASH_ALIASES[os]} baremetal volume connector list --long '>' "$IRONIC_PATH"/volume_connector_list
run_bg ${BASH_ALIASES[os]} baremetal volume target list --long '>' "$IRONIC_PATH"/volume_target_list
run_bg ${BASH_ALIASES[os]} baremetal allocation list --long '>' "$IRONIC_PATH"/allocation_list
Expand Down

0 comments on commit 5ca0bef

Please sign in to comment.