Ticket #494 (closed defect: fixed)
traceback in bcg2-info
Reported by: | labrown | Owned by: | desai |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | bcfg2-server | Version: | 0.9.x |
Keywords: | Cc: |
Description
Typo'd the host name.
buildfile /etc/bcfg2.conf monstar.idss.duke.edu
command failure Traceback (most recent call last):
File "/usr/sbin/bcfg2-info", line 43, in do_loop
self.cmdloop()
File "/usr/lib/python2.3/cmd.py", line 133, in cmdloop
stop = self.onecmd(line)
File "/usr/lib/python2.3/cmd.py", line 210, in onecmd
return func(arg)
File "/usr/sbin/bcfg2-info", line 121, in do_buildfile
metadata = self.metadata.get_metadata(client)
File "/usr/lib/python2.3/site-packages/Bcfg2/Server/Plugins/Metadata.py", line 306, in get_metadata
self.set_profile(client, self.default)
TypeError?: set_profile() takes exactly 4 arguments (3 given)
Attachments
Change History
comment:2 Changed 15 years ago by desai
- Status changed from new to closed
- Resolution set to fixed
Fixed in [f6dc08b348c1464801c47a3ceebf935f3981fec6] (SVN r3945). This fix is included in 0.9.5.1
comment:3 Changed 15 years ago by desai
Sorry, [f677603b58fec8f5aff6212bb9ae2f3036970b07] (SVN r3948)