Bug 845327

Summary: Incorrect argument in consumer unregister
Product: [Retired] Pulp Reporter: Jay Dobies <jason.dobies>
Component: user-experienceAssignee: Sayli Karmarkar <skarmark>
Status: CLOSED CURRENTRELEASE QA Contact: Preethi Thomas <pthomas>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 2.0.6CC: cperry
Target Milestone: ---Keywords: Triaged
Target Release: Sprint 39   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-01-09 17:05:41 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 Jay Dobies 2012-08-02 16:52:06 UTC
╭─[jdob]─[hinterlands]─[~]─[]─●
╰─➤ pulp-admin consumer unregister                  
Command: unregister
Description: unregisters a consumer

Available Arguments:

  --id - (required) identifies the consumer to be unregistered

The following options are required but were not specified:
  --id


Since ID is used so much, we made the decision to always quantify it. Please change to --consumer-id and make sure to update the user guide.

Comment 1 Sayli Karmarkar 2012-08-08 21:24:05 UTC
commit 5196eb36b3c83f43c56e69069280cc9b729989cc
Author: Sayli Karmarkar <skarmark>
Date:   Wed Aug 8 14:22:33 2012 -0700

    845327 - changing basic consumer extension commands like unregister, update etc. to accept --consumer-id as an option instead of --id

Comment 2 Jeff Ortel 2012-08-09 13:37:00 UTC
build: 0.322

Comment 3 Preethi Thomas 2012-08-15 15:27:45 UTC
verified
[root@pulp-master ~]# rpm -q pulp-server
pulp-server-0.0.323-1.fc17.noarch
[root@pulp-master ~]# 

[root@pulp-master ~]# pulp-admin consumer  unregister
Command: unregister
Description: unregisters a consumer

Available Arguments:

  --consumer-id - (required) identifies the consumer to be unregistered

The following options are required but were not specified:
  --consumer-id
[root@pulp-master ~]#

Comment 4 Preethi Thomas 2013-01-09 17:05:41 UTC
Pulp v2.0 released