Modify ↓
Ticket #423 (closed defect: fixed)
0.9.3-0.0pre5 Client Traceback when drivers are not specified.
Reported by: | [email protected]… | Owned by: | desai |
---|---|---|---|
Priority: | major | Milestone: | Bcfg2 0.9.3 Release |
Component: | bcfg2-client | Version: | |
Keywords: | Cc: |
Description
When drivers are not specified on the command line or in bcfg2.config file the following Traceback occurs. Traceback (most recent call last):
File "/usr/sbin/bcfg2", line 235, in <module>
client.run()
File "/usr/sbin/bcfg2", line 218, in run
self.tools = Bcfg2.Client.Frame.Frame(self.config, self.setup, times)
File "/usr/lib64/python2.5/site-packages/Bcfg2/Client/Frame.py", line 49, in init
if self.setupdrivers?:
KeyError?: 'drivers'
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
Resolved in [d5e2badffb07522f72f46ac173b07f2445c82a7a] (SVN r3026)