Bug 694440
| Summary: | KeyError: 'disableSsh' | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Alexander Todorov <atodorov> |
| Component: | pykickstart | Assignee: | Chris Lumens <clumens> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Release Test Team <release-test-team-automation> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 5.7 | CC: | akozumpl, borgan |
| Target Milestone: | beta | Keywords: | TestBlocker |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-04-12 07:48:04 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 693654 | ||
Chris I think this just needs a new kickstart build following commit 8b2008a5a540dd2b1508a57033043ff353695dc0. Yeah you need pykickstart-0.43.9 which I just finished building and will be working on the errata shortly. I don't know how you want to handle this bug, then, but I'm not inclined to put it on the errata since there's really nothing to be done code-wise. I agree, no need for this in the errata. Alex, can you CLOSE CURRENTRELEASE this bug once it's verified? |
Description of problem: Traceback when starting anaconda: File "/usr/bin/anaconda", line 942, in ? instClass.setInstallData(anaconda) File "/usr/lib/anaconda/kickstart.py", line 960, in setInstallData self.ksparser.readKickstart(self.file) File "/usr/lib/python2.4/site-packages/pykickstart/parser.py", line 1209, in readKickstart self.handleCommand(lineno, args) File "/usr/lib/anaconda/kickstart.py", line 848, in handleCommand self.handler.handlers[cmd](cmdArgs) File "/usr/lib/anaconda/kickstart.py", line 200, in doFirewall dict["ports"], disableSsh=dict["disableSsh"]) KeyError: 'disableSsh' Version-Release number of selected component (if applicable): anaconda 11.1.2.229 How reproducible: always Steps to Reproduce: 1. Run automated install in Beaker (need updates.img for bug #693655) 2. 3. Actual results: traceback Expected results: install completes Additional info: