Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1364355

Summary: [userinterface_public_715]Couldn't load imagestreamtag info successfully for created ImageStream
Product: OpenShift Container Platform Reporter: Yadan Pei <yapei>
Component: Management ConsoleAssignee: Jessica Forrester <jforrest>
Status: CLOSED CURRENTRELEASE QA Contact: Yadan Pei <yapei>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.3.0CC: aos-bugs, jforrest, jokerman, mmccomas, tdawson
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-09-19 12:55: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:
Attachments:
Description Flags
FailedToGetImageStreamTagInfo none

Description Yadan Pei 2016-08-05 07:47:29 UTC
Description of problem:
For created ImageStream, when click tag name, it will give error message "The image details could not be loaded"

Version-Release number of selected component (if applicable):
v3.3.0.14

How reproducible:
Always

Steps to Reproduce:
1. Create a project
2. Add ImageStreams to project
# oc create -f https://raw.githubusercontent.com/openshift/origin/master/examples/image-streams/image-streams-rhel7.json
3. Create app from image "python:5.6", set app Name as "php56", when build is completed, a new imagestream php56:latest will be generated
4. Go to Builds -> Images page
5. Select created imagestream "python" and click on its tags
6. Select generated imagestream "php56" and click on its "latest" tag

Actual results:
5. Clicking on tag will direct to browse/images/<is>/<tag> page, but could not load imagestreamtag info successfully(attachment)
6. php56:latest details could be loaded successfully

Expected results:
5. ImageStreamTag info should be loaded correctly too


Additional info:

Comment 1 Yadan Pei 2016-08-05 07:47:57 UTC
Created attachment 1187791 [details]
FailedToGetImageStreamTagInfo

Comment 2 Jessica Forrester 2016-08-05 19:40:44 UTC
possible fix in https://github.com/openshift/origin-web-console/pull/305 but need feedback from stef

Comment 3 Yadan Pei 2016-08-12 10:31:57 UTC
Checked against 3.3.0.18

Clicking on created ImageStream tags could load page and info successfully