Modify ↓
Ticket #872 (closed defect: fixed)
bcfg2-admin viz does not support -C,--configfile
Reported by: | http://duncanhutty.myopenid.com/ | Owned by: | solj |
---|---|---|---|
Priority: | minor | Milestone: | Bcfg2 1.1.0 Release |
Component: | bcfg2-server | Version: | 1.0 |
Keywords: | Cc: |
Description
In bcfg2-admin's -help, it says that -C,--configfile can be passed, but when I run
bcfg2-admin -C <filename> viz -o output.png
I get 'option -C not recognized'.
I can pass -C to 'bcfg2-admin query' but not to viz.
With a hint from solj, I submit the attached patch so that class MetadataCore? gets configfile added to the 'options' dict.
Attachments
Change History
comment:1 Changed 13 years ago by http://duncanhutty.myopenid.com/
- Milestone changed from Bcfg2 1.2.0 Release to Bcfg2 1.1.0 Release
comment:2 Changed 13 years ago by http://duncanhutty.myopenid.com/
In case it's not clear, that patch is for src/lib/Server/Admin/init.py
Note: See
TracTickets for help on using
tickets.