Bug 1122413

Summary: [fork][origin_ui_186] Unnecessary message show up while creating app with region when server has no regions
Product: OpenShift Online Reporter: weiwei jiang <wjiang>
Component: PodAssignee: Fabiano Franz <ffranz>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: ffranz, jokerman, mmccomas, wsun
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 1123743 (view as bug list) Environment:
Last Closed: 2014-10-10 00:49:26 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: 1123743    

Description weiwei jiang 2014-07-23 08:01:33 UTC
Description of problem:
Unnecessary message "Available regions are" show up while creating app with region when server has no regions
# rhc app create app php-5.4 --region region --no-git 
Application Options
-------------------
Domain:     wjiang
Cartridges: php-5.4
Gear Size:  default
Scaling:    no
Region:     region

Creating application 'app' ... Could not find region 'region'.  Available regions are 


Version-Release number of selected component (if applicable):
fork_ami_origin_ui_186_1229
rhc build from fork_ami_origin_ui_186_1229

How reproducible:
always

Steps to Reproduce:
1. Create app with region when server have no regions
2.
3.

Actual results:
# rhc app create app php-5.4 --region region --no-git 
Application Options
-------------------
Domain:     wjiang
Cartridges: php-5.4
Gear Size:  default
Scaling:    no
Region:     region

Creating application 'app' ... Could not find region 'region'.  Available regions are 

Expected results:
The unnecessary message shouldn't show up.

Additional info:

Comment 1 Fabiano Franz 2014-07-23 18:56:43 UTC
Fixed in https://github.com/openshift/origin-server/pull/5644

Comment 2 openshift-github-bot 2014-07-23 20:34:10 UTC
Commit pushed to master at https://github.com/openshift/origin-server

https://github.com/openshift/origin-server/commit/fc3f0ed5a6bc83cebe11f10f68e16a305c5e7cea
Bug 1122413 - handle server without explicit regions

Comment 3 weiwei jiang 2014-07-24 05:29:36 UTC
Checked with devenv_5003, and the issue can not reproduce, So verify this.