Bug 1602984
| Summary: | Add better error message when showing an incorrect ironic port (OSP-13) | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Bob Fournier <bfournie> |
| Component: | python-ironic-inspector-client | Assignee: | Bob Fournier <bfournie> |
| Status: | CLOSED ERRATA | QA Contact: | mlammon |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 13.0 (Queens) | CC: | apevec, bfournie, jjoyce, jmelvin, jschluet, mariel, mburns, mlammon, slinaber, srevivo, tvignaud |
| Target Milestone: | z4 | Keywords: | Triaged, ZStream |
| Target Release: | 13.0 (Queens) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | python-ironic-inspector-client-3.1.1-2.el7ost | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1592858 | Environment: | |
| Last Closed: | 2019-01-16 17:56:44 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: | 1592858 | ||
| Bug Blocks: | |||
|
Comment 3
Jon Schlueter
2018-10-18 20:04:12 UTC
I'm not sure why this is, including Alan to see if he can help. I think we resolved this on IRC, 3.1.1 is the latest upstream release on Queens https://releases.openstack.org/queens/#queens-python-ironic-inspector-client New release can be requested via review in https://review.openstack.org/#/q/project:openstack/releases 13 -p 2018-12-13.4 Env: (undercloud) [stack@undercloud-0 ~]$ sudo rpm -qa | grep python-ironic-inspector-client python-ironic-inspector-client-3.1.1-2.el7ost.noarch (undercloud) [stack@undercloud-0 ~]$ openstack baremetal node list +--------------------------------------+--------------+---------------+-------------+--------------------+-------------+ | UUID | Name | Instance UUID | Power State | Provisioning State | Maintenance | +--------------------------------------+--------------+---------------+-------------+--------------------+-------------+ | fce98121-dc50-4100-9c8e-be5a2207c644 | controller-0 | None | power off | available | False | | 3d3746d7-3d80-4c50-b176-0e61dbdde48b | controller-1 | None | power off | available | False | | f203510a-08d5-47b8-9633-7fed4f5b2935 | controller-2 | None | power off | available | False | +--------------------------------------+--------------+---------------+-------------+--------------------+-------------+ (undercloud) [stack@undercloud-0 ~]$ openstack baremetal introspection interface list fce98121-dc50-4100-9c8e-be5a2207c644 +-----------+-------------------+----------------------+-------------------+----------------+ | Interface | MAC Address | Switch Port VLAN IDs | Switch Chassis ID | Switch Port ID | +-----------+-------------------+----------------------+-------------------+----------------+ | eth2 | 52:54:00:47:ce:0e | [] | None | None | | eth1 | 52:54:00:3e:1f:fb | [] | None | None | | eth0 | 52:54:00:37:34:ca | [] | None | None | +-----------+-------------------+----------------------+-------------------+----------------+ (undercloud) [stack@undercloud-0 ~]$ openstack baremetal introspection interface show fce98121-dc50-4100-9c8e-be5a2207c644 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/RHBA-2019:0092 |