Skip to content

Commit

Permalink
Fix ironic portgroup list
Browse files Browse the repository at this point in the history
The command syntax is "baremetal port group list". not "baremetal portgroup list".

Signed-off-by: Julia Kreger <[email protected]>
  • Loading branch information
juliakreger committed Mar 6, 2024
1 parent 336d5a8 commit fb519c4
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 fb519c4

Please sign in to comment.