Bug 818050

Summary: /app/account/new page will be always redirected to /app page in integrated devenv.
Product: OKD Reporter: yquan <yquan>
Component: WebsiteAssignee: Clayton Coleman <ccoleman>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: high Docs Contact:
Priority: high    
Version: 2.xCC: rmillner
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-05-14 17:22:36 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:

Description yquan 2012-05-02 05:42:13 UTC
Description of problem:
When click "Get started in the cloud for free" in home page,it's always redirected to the homepage( the devenv is configured to integrated environment)

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

How reproducible:
Always.

Steps to Reproduce:
1.ssh -i libra-new.pem $yourec2domainname
2.cd /var/www/stickshift/broker/config/environments
3.cp streamline-aws.rb development.rb
4.cd /var/www/stickshift/site/config/environments
5.cp streamline-aws.rb development.rb
6.service libra-broker restart
7.service libra-site restart
8.Go to the openshift homepage and click the "Get started in the cloud for free" link.
  
Actual results:
It will redirect to the homepage.

Expected results:
It should go to the account register page.

Additional info:

Comment 1 Clayton Coleman 2012-05-02 15:29:04 UTC
Fixed by the changes made for the identity work.

Comment 2 yquan 2012-05-03 02:16:17 UTC
It fixed in devenv_1752...