Bug 1592858
| Summary: | Add better error message when showing an incorrect ironic port | |||
|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Jeremy <jmelvin> | |
| Component: | python-ironic-inspector-client | Assignee: | Bob Fournier <bfournie> | |
| Status: | CLOSED ERRATA | QA Contact: | mlammon | |
| Severity: | low | Docs Contact: | ||
| Priority: | low | |||
| Version: | 12.0 (Pike) | CC: | bfournie, jjoyce, jschluet, mburns, slinaber, srevivo, tvignaud | |
| Target Milestone: | Upstream M3 | Keywords: | Triaged | |
| Target Release: | 14.0 (Rocky) | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | python-ironic-inspector-client-3.3.0-0.20180810080932.53bf4e8.el7ost | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1602984 (view as bug list) | Environment: | ||
| Last Closed: | 2019-01-11 11:50:06 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: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1602984 | |||
|
Description
Jeremy
2018-06-19 13:12:58 UTC
installed osp14 2018-09-06.1 Environment: (undercloud) [stack@undercloud-0 ~]$ yum info python2-ironic-inspector-client Loaded plugins: search-disabled-repos Installed Packages Name : python2-ironic-inspector-client Arch : noarch Version : 3.3.0 Release : 0.20180810080932.53bf4e8.el7ost (undercloud) [stack@undercloud-0 ~]$ openstack baremetal introspection interface list c6462ef4-cb74-4451-addc-79bf5f959700 +-----------+-------------------+----------------------+-------------------+----------------+ | Interface | MAC Address | Switch Port VLAN IDs | Switch Chassis ID | Switch Port ID | +-----------+-------------------+----------------------+-------------------+----------------+ | eth2 | 52:54:00:0a:37:1a | [] | None | None | | eth1 | 52:54:00:e6:cc:8c | [] | None | None | | eth0 | 52:54:00:01:aa:13 | [] | None | None | +-----------+-------------------+----------------------+-------------------+----------------+ (undercloud) [stack@undercloud-0 ~]$ openstack baremetal introspection interface show c6462ef4-cb74-4451-addc-79bf5f959700 eth3 Interface eth3 was not found on this node Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2019:0045 |