Bug 670308 - Errata install help refers to erratum "name"
Summary: Errata install help refers to erratum "name"
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Pulp
Classification: Retired
Component: z_other
Version: unspecified
Hardware: Unspecified
OS: Unspecified
low
medium
Target Milestone: ---
: ---
Assignee: Jay Dobies
QA Contact: Preethi Thomas
URL:
Whiteboard:
Depends On:
Blocks: verified-to-close
TreeView+ depends on / blocked
 
Reported: 2011-01-17 20:46 UTC by Jay Dobies
Modified: 2011-08-16 12:21 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2011-08-16 12:08:52 UTC
Embargoed:


Attachments (Terms of Use)

Description Jay Dobies 2011-01-17 20:46:56 UTC
pulp-admin errata install --help
Usage: pulp-admin <options> errata install <options>

Options:
  -h, --help            show this help message and exit
  -e ENAMES, --erratum=ENAMES
                        erratum to be installed; to specify multiple erratum
                        id use multiple -e


Talking to prad, a better name would be "advisory ID" or "erratum ID". In the user guide, I'm using "erratum ID", so this might be as simple as changing from "ENAME" to "EID" or just "ID".

Comment 1 Jay Dobies 2011-01-19 17:02:13 UTC
New Example Usage:
Usage: pulp-admin <options> errata install <options>

Options:
  -h, --help            show this help message and exit
  -e ID, --erratum=ID   ID of the erratum to be installed; to specify multiple
                        erratum use multiple uses of this flag
  -y, --assumeyes       Assume yes; assume that install performs all the
                        suggested actions such as reboot on successful
                        install.

  Consumer or Consumer Group id (one is required):
    --consumerid=CONSUMERID
                        consumer id
    --consumergroupid=CONSUMERGROUPID
                        consumer group id


commit	94660a7346abd33b696ae71b0fc8c0a0840afda1
tree	0b766f6f97d75146ba85fc4b6732da65fb1530f1


670308 - Renamed errata ID variable to make the help output read better.


src/pulp/client/core/errata.py

Comment 2 Jay Dobies 2011-01-21 19:18:49 UTC
Fixed in 0.130.

Comment 3 Preethi Thomas 2011-01-25 20:19:26 UTC
verified


[root@preethi ~]# pulp-admin errata install --help
Usage: pulp-admin <options> errata install <options>

Options:
  -h, --help            show this help message and exit
  -e ID, --erratum=ID   ID of the erratum to be installed; to specify multiple
                        erratum use multiple uses of this flag
  -y, --assumeyes       Assume yes; assume that install performs all the
                        suggested actions such as reboot on successful
                        install.

  Consumer or Consumer Group id (one is required):
    --consumerid=CONSUMERID
                        consumer id
    --consumergroupid=CONSUMERGROUPID
                        consumer group id

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

pulp-0.0.223-4.

Comment 5 Preethi Thomas 2011-08-16 12:21:40 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.