Bug 773000 - errata installs fail with a traceback
Summary: errata installs fail with a traceback
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Pulp
Classification: Retired
Component: user-experience
Version: 1.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: Sprint 31
Assignee: Jeff Ortel
QA Contact: Preethi Thomas
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-01-10 16:15 UTC by Pradeep Kilambi
Modified: 2013-09-09 16:28 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-01-18 14:17:43 UTC


Attachments (Terms of Use)

Description Pradeep Kilambi 2012-01-10 16:15:05 UTC
Description of problem:

errata install via the pulp cli errors with following traceback

Created task id: bb977d8a-3ba4-11e1-86d0-0023ae793dbc
Waiting: [\] Traceback (most recent call last):
  File "/usr/bin/pulp-admin", line 7, in <module>
    execfile(__file__)
  File "/home/pkilambi/code/pulp/bin/pulp-admin", line 23, in <module>
    admin.main()
  File "/home/pkilambi/code/pulp/src/pulp/client/lib/cli.py", line 152, in main
    command.main(self.args[1:])
  File "/home/pkilambi/code/pulp/src/pulp/client/pluginlib/command.py", line 129, in main
    action.main(args[1:])
  File "/home/pkilambi/code/pulp/src/pulp/client/pluginlib/command.py", line 213, in main
    self.run()
  File "/home/pkilambi/code/pulp/src/pulp/client/admin/plugins/errata.py", line 167, in run
    self.on_consumer(consumerid, errataids, importkeys=importkeys)
  File "/home/pkilambi/code/pulp/src/pulp/client/admin/plugins/errata.py", line 191, in on_consumer
    installed = result['installed']['resolved']+result['installed']['deps']
TypeError: list indices must be integers, not str

Comment 1 Sayli Karmarkar 2012-01-11 17:27:11 UTC
Jortel and Preethi are unable to reproduce this bug. Prad is going to try to reproduce it on a fresh f16 install before closing it.


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