Comment 2 for bug 901730

Revision history for this message
Kevin L. Mitchell (klmitch) wrote :

To summarize:

* ConfigParser.SafeConfigParser() does not take allow_no_value as a keyword argument (nova/common/cfg.py:1019, _parse_config_files()
* There is no assertRaisesRegexp() in Python 2.6 (nova/tests/test_cfg.py:135, 143, 598, 608, 623, 629, 640, 653, 663, 679, 685, 712, 717, 723, 728)
* There is no assertIsNone() in Python 2.6 (nova/tests/test_cfg.py:785, 786, 787)