Bug 1461982
| Summary: | validation check for "Verify existence of deployment images." reports missing images but images are present | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | jgershat | ||||
| Component: | openstack-tripleo-validations | Assignee: | RHOS Maint <rhos-maint> | ||||
| Status: | CLOSED ERRATA | QA Contact: | nlevinki <nlevinki> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 11.0 (Ocata) | CC: | akrivoka, beth.white, dtrainor, jjoyce, jschluet, rhel-osp-director-maint, slinaber, tvignaud | ||||
| Target Milestone: | beta | Keywords: | Triaged | ||||
| Target Release: | 12.0 (Pike) | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | openstack-tripleo-validations-7.4.2-0.20171016115241.c2c9bf2.el7ost | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1463718 (view as bug list) | Environment: | |||||
| Last Closed: | 2017-12-13 21:32:50 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: | 1463718 | ||||||
| Attachments: |
|
||||||
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-2017:3462 |
Created attachment 1288166 [details] error showing images missing Description of problem: I click the validation check for "Verify existence of deployment images." and it reports missing images but images are present Version-Release number of selected component (if applicable): RHOSP11 How reproducible: click the validation check Steps to Reproduce: 1. login as admin 2. click validation for deployment images 3. Actual results: missing Expected results: present Additional info: I run the command at the command line and it shows images present [stack@jonathan9 images]$ openstack image list Missing value auth-url required for auth plugin password [stack@jonathan9 images]$ source ~/stackrc [stack@jonathan9 images]$ openstack image list +--------------------------------------+------------------------+--------+ | ID | Name | Status | +--------------------------------------+------------------------+--------+ | af1ae324-3f85-4e34-99be-b53f919f498f | bm-deploy-kernel | active | | 6b974e3a-d204-47be-bbf1-2cff809eddbc | bm-deploy-ramdisk | active | | c9836587-523e-4140-b51f-c643db8eaa5b | overcloud-full | active | | 8afdaf56-ec93-4d6c-95de-4da90ae97954 | overcloud-full-initrd | active | | a04119d3-9c75-47ae-885c-e1c78a5f1cd0 | overcloud-full-vmlinuz | active | +--------------------------------------+------------------------+--------+ [stack@jonathan9 images]$ ls -l /httpboot total 363644 -rwxr-xr-x. 1 root root 5394272 Jun 12 12:57 agent.kernel -rw-r--r--. 1 root root 366972367 Jun 12 12:57 agent.ramdisk -rw-r--r--. 1 ironic-inspector ironic-inspector 456 Jun 12 12:10 inspector.ipxe See attachment for error I receive in the UI