Bug 1012342

Summary: Fail to delete alias from web console
Product: OpenShift Online Reporter: Tian Feng <tfeng>
Component: Management ConsoleAssignee: Jessica Forrester <jforrest>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: ccoleman, jliggitt, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-10-17 13:31:45 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:
Attachments:
Description Flags
error_log none

Description Tian Feng 2013-09-26 10:22:24 UTC
Created attachment 803335 [details]
error_log

Description of problem:
Create alias and then go to app/console/application/<uuid>-<app_name>/aliases page, hit the delete button. And then meet the "We appear to be having technical difficulties" error message.
While the alias can be deleted by hitting the edit link and go to app/console/application/<uuid>-<app_name>/alias/<alias>/edit page.

Version-Release number of selected component (if applicable):
fork_ami_origin_ui_72_membership_863

How reproducible:
Always

Steps to Reproduce:
1. create an app
2. create an alias
3. goto app/console/application/<uuid>-<app_name>/aliases page and try to delete alias

Actual results:
Fail to delete it and meet "We appear to be having technical difficulties" error message.

Expected results:
Can delete alias successfully.

Additional info:

Comment 1 Jordan Liggitt 2013-09-26 12:41:47 UTC
Fixed in https://github.com/openshift/li/pull/1903

Comment 2 Tian Feng 2013-09-29 03:19:42 UTC
Waiting for merged code.

Comment 3 Tian Feng 2013-09-29 06:59:39 UTC
Test on devenv_3844, but still met the same error when I tried to delete alias.

Comment 4 Jessica Forrester 2013-09-30 17:37:00 UTC
Fix in https://github.com/openshift/origin-server/pull/3738

Comment 5 openshift-github-bot 2013-09-30 21:52:12 UTC
Commit pushed to master at https://github.com/openshift/origin-server

https://github.com/openshift/origin-server/commit/874be485dc511ec380c85f7ce7eff12c8909a2f2
Bug 1012342 - delete alias on aliases page fails

Comment 6 Tian Feng 2013-10-08 01:55:42 UTC
Test on INT(devenv_3871), I can delete alias successfully. So verify the bug. Thanks!