Bug 1127168

Summary: Exit status is not 0 with command "rhc apps" when there are no apps in domain.
Product: OpenShift Online Reporter: Liang Xia <lxia>
Component: ocAssignee: Fabiano Franz <ffranz>
Status: CLOSED WONTFIX QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: medium    
Version: 2.xCC: jokerman, mmccomas
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: 2015-07-02 20:51:08 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 Liang Xia 2014-08-06 10:11:41 UTC
Description of problem:
Run command "rhc apps" when there are no apps in domain.
Check exit status of above command, it is 1, which should be 0.

Version-Release number of selected component (if applicable):
devevn_5043
rhc 1.28.5

How reproducible:
always

Steps to Reproduce:
1.Create a new domain
2.Run "rhc apps" with this domain.
3.Check exit status of above command

Actual results:
Exit status is 1.

Expected results:
Exit status should be 0.

Additional info: