Bug 668541 - Naming mismatch between repo create and list
Summary: Naming mismatch between repo create and list
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Pulp
Classification: Retired
Component: z_other
Version: unspecified
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: ---
: ---
Assignee: Sayli Karmarkar
QA Contact: Preethi Thomas
URL:
Whiteboard:
Depends On:
Blocks: verified-to-close
TreeView+ depends on / blocked
 
Reported: 2011-01-10 18:47 UTC by Jay Dobies
Modified: 2015-03-23 01:10 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-08-16 14:20:52 UTC
Embargoed:


Attachments (Terms of Use)

Description Jay Dobies 2011-01-10 18:47:30 UTC
When referring to a repo in any command (create, bind, etc) the argument is called "repoid", however when viewing the repo list (either through pulp-client or pulp-admin) it's referred to as "Label". This can cause confusion when a consumer is trying to bind a repo but may not know if --repoid refers to some sort of hidden ID (i.e. a database generated one) or Label.

Comment 1 Sayli Karmarkar 2011-01-12 18:59:40 UTC
Changed "Label" from repo list result to "Id" for consistency. 

$ pulp-admin repo list
+------------------------------------------+
       List of Available Repositories
+------------------------------------------+

Id                 	foobar                   
Name               	foobar                   
FeedURL            	None                     
FeedType           	None                     
Arch               	noarch                   
Sync Schedule      	None                     
Packages           	0                        
Files              	0                        
Distributions      	None                     
Publish            	True                     
Clones             	[]                       
Groups             	None

Comment 2 Jay Dobies 2011-01-12 19:37:04 UTC
Fixed in build 0.123.

Comment 3 Preethi Thomas 2011-01-12 20:32:39 UTC
[root@preethi ~]# rpm -q pulp
pulp-0.0.123-1.fc14.noarch

[root@preethi ~]# pulp-admin repo list
+------------------------------------------+
       List of Available Repositories
+------------------------------------------+

Id                 	f13                      
Name               	f13                      
FeedURL            	http://download.devel.redhat.com/released/F-13/GOLD/Fedora/x86_64/os/
FeedType           	yum                      
Arch               	x86_64                   
Sync Schedule      	None                     
Packages           	0                        
Files              	0                        
Distributions      	None                     
Publish            	True                     
Clones             	[]                       
Groups             	None

Comment 4 Preethi Thomas 2011-08-16 14:20:52 UTC
Closing with Community Release 15

pulp-0.0.223-4.


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