Bug 1010923 - [fork][origin_ui_72] some items(domain-rename, domain-configure, domain-leave,rename-domain, configure-domain, leave-domain) do not exist in autocomplete list
Summary: [fork][origin_ui_72] some items(domain-rename, domain-configure, domain-leave...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: oc
Version: 2.x
Hardware: Unspecified
OS: Unspecified
low
low
Target Milestone: ---
: ---
Assignee: Clayton Coleman
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-09-23 09:54 UTC by weiwei jiang
Modified: 2015-05-15 02:25 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-10-17 13:30:45 UTC
Target Upstream Version:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.