Bug 1010923

Summary: [fork][origin_ui_72] some items(domain-rename, domain-configure, domain-leave,rename-domain, configure-domain, leave-domain) do not exist in autocomplete list
Product: OpenShift Online Reporter: weiwei jiang <wjiang>
Component: ocAssignee: Clayton Coleman <ccoleman>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 2.xCC: wsun
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:30: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:

Description weiwei jiang 2013-09-23 09:54:42 UTC
Description of problem:
After setup autocomplete feature, type "rhc domain" and type "TAB", the prompt commands do not contain "domain-rename, domain-configure, domain-leave";
And type "TAB" for 'rhc configure' or 'rhc leave' or 'rhc leave', all above commands do no exist prompt commands in autocomplete list

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

How reproducible:
always

Steps to Reproduce:
1.Setup autocomplete feature
2.type "rhc domain" and type "TAB", check the prompt commands
3.type "rhc configure" and type "TAB", check the prompt commands
4.type "rhc leave" and type "TAB", check the prompt commands
5.type "rhc rename" and type "TAB", check the prompt commands

Actual results:
2. $ rhc domain
domain         domain-create  domain-delete  domain-list    domains        domain-show    domain-update
3~5. not exist match commands
Expected results:
2. $ rhc domain
domain         domain-create  domain-delete  domain-list    domains        domain-show    domain-update   domain-rename    domain-configure   domain-leave
3. $rhc configure
configure-domain
   $rhc leave
leave-domain
   $rhc rename
rename-domain

Additional info:

Comment 1 Wei Sun 2013-09-23 11:45:25 UTC
rhc version is rhc 1.15.0 build from fork_ami_origin_ui_72_membership_844

Comment 2 Clayton Coleman 2013-09-25 20:34:31 UTC
Fixed in c05f09e

Comment 3 weiwei jiang 2013-09-26 06:31:46 UTC
Tested on fork_ami_origin_ui_72_membership_863 via rhc build from it, and found this issue is fixed, so verify this issue, thx

# rhc domain
domain            domain-delete     domain-rename     
domain-configure  domain-leave      domains           
domain-create     domain-list       domain-show

# rhc leave-domain 
# rhc rename-domain
# rhc configure-domain