Bug 624111 - pulp-client consumer delete does not have a --id option
Summary: pulp-client consumer delete does not have a --id option
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Pulp
Classification: Retired
Component: z_other
Version: unspecified
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
: ---
Assignee: Pradeep Kilambi
QA Contact: Preethi Thomas
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-08-13 17:38 UTC by Preethi Thomas
Modified: 2011-07-15 19:32 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-08-13 18:16:24 UTC
Embargoed:


Attachments (Terms of Use)

Description Preethi Thomas 2010-08-13 17:38:15 UTC
Description of problem:


[root@preethi pulp]# pulp-client -u admin -p admin consumer delete --help
Usage: pulp-client -u <username> -p <password> usage: pulp-client consumer delete [OPTIONS]


Options:
  -h, --help            show this help message and exit
  -u USERNAME, --username=USERNAME
                        <REQUIRED> username for access to Pulp.  Default user
                        admin is included with base install.
  -p PASSWORD, --password=PASSWORD
                        <REQUIRED> password for access to Pulp.

[root@preethi pulp]# pulp-client -u admin -p admin consumer delete
 Successfully deleted consumer [pthomas.rdu.redhat.com]


Additional info:

Comment 1 Pradeep Kilambi 2010-08-13 18:16:24 UTC
Thats intentional, delete consumer from pulp-client is only applicable for that local client. You are not suppose to use it for other consumers.


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