Bug 1219053
Summary: | "list" command doesn't display nodes in some cases | ||
---|---|---|---|
Product: | [Community] RDO | Reporter: | Ola Pavlenko <opavlenk> |
Component: | rdo-manager-cli | Assignee: | Brad P. Crochet <brad> |
Status: | CLOSED EOL | QA Contact: | Shai Revivo <srevivo> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | trunk | CC: | akrivoka, dmatthew, hbrock |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | Kilo | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-05-19 15:42:51 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Ola Pavlenko
2015-05-06 13:43:28 UTC
I also ran into this bug. [stack@localhost ~]$ ironic node-list +--------------------------------------+------+--------------------------------------+-------------+-----------------+-------------+ | UUID | Name | Instance UUID | Power State | Provision State | Maintenance | +--------------------------------------+------+--------------------------------------+-------------+-----------------+-------------+ | 7bb16f6f-47d5-4cd7-a687-2a5333e51885 | None | None | power off | available | False | | 278f3040-a9f1-4be2-9dd0-d2518ee6e78f | None | 0aac0ec1-f49d-41dd-aae6-b04d7e6b7b98 | power on | deploying | False | | 4c110ee7-664f-4c17-9d5f-eb3527a69abb | None | 34b455cd-c4e7-4a49-80ff-e8a3ddb7300f | power on | deploying | False | | 726b0718-04ce-4165-9d86-32c76d93e834 | None | None | power off | available | False | +--------------------------------------+------+--------------------------------------+-------------+-----------------+-------------+ [stack@localhost ~]$ openstack baremetal list +--------------------------------------+------+---------------+-------------+-----------------+-------------+ | UUID | Name | Instance UUID | Power State | Provision State | Maintenance | +--------------------------------------+------+---------------+-------------+-----------------+-------------+ | 7bb16f6f-47d5-4cd7-a687-2a5333e51885 | None | None | power off | available | False | | 726b0718-04ce-4165-9d86-32c76d93e834 | None | None | power off | available | False | +--------------------------------------+------+---------------+-------------+-----------------+-------------+ [stack@localhost ~]$ ironic node-list +--------------------------------------+------+--------------------------------------+-------------+-----------------+-------------+ | UUID | Name | Instance UUID | Power State | Provision State | Maintenance | +--------------------------------------+------+--------------------------------------+-------------+-----------------+-------------+ | 7bb16f6f-47d5-4cd7-a687-2a5333e51885 | None | None | power off | available | False | | 278f3040-a9f1-4be2-9dd0-d2518ee6e78f | None | 0aac0ec1-f49d-41dd-aae6-b04d7e6b7b98 | power on | deploying | False | | 4c110ee7-664f-4c17-9d5f-eb3527a69abb | None | 34b455cd-c4e7-4a49-80ff-e8a3ddb7300f | power on | deploying | False | | 726b0718-04ce-4165-9d86-32c76d93e834 | None | None | power off | available | False | +--------------------------------------+------+--------------------------------------+-------------+-----------------+-------------+ This bug was accidentally moved from POST to MODIFIED via an error in automation, please see mmccune with any questions This bug is against a Version which has reached End of Life. If it's still present in supported release (http://releases.openstack.org), please update Version and reopen. |