Description of problem: Can't reimport System.csv list after downloading. Version-Release number of selected component (if applicable): How reproducible:100% Steps to Reproduce: 1.Click Admin-> Export -> Systems -> Export csv 2.head -n 2 system.csv > test.csv then import 3. Actual results: systemname: Invalid secret None Expected results: no error Additional info:
For future reference, the bug here was that False values were being incorrectly converted to empty string, and so the importer was barfing because the 'secret' column had '' instead of 'False'.
Beaker 0.9.2 has been released.