Activity log for bug #1301020

Date Who What changed Old value New value Message
2014-04-01 21:12:52 Sam Stavinoha bug added bug
2014-04-01 21:13:23 Sam Stavinoha description Some references to the config object remain after the conversion to a dictionary. 6 references in satori/common/logging.py Resulting in a traceback when trying to run satori: Traceback (most recent call last): File "~bin/satori", line 10, in <module> sys.exit(main()) File "~/satori/satori/shell.py", line 219, in main common_logging.init_logging(config) File "~/satori/satori/common/logging.py", line 57, in init_logging if config.logconfig and os.path.isfile(config.logconfig): AttributeError: 'dict' object has no attribute 'logconfig' Some references to the config object remain after the conversion to a dictionary. 6 references in satori/common/logging.py Resulting in a traceback when trying to run satori: Traceback (most recent call last):   File "~/bin/satori", line 10, in <module>     sys.exit(main())   File "~/satori/satori/shell.py", line 219, in main     common_logging.init_logging(config)   File "~/satori/satori/common/logging.py", line 57, in init_logging     if config.logconfig and os.path.isfile(config.logconfig): AttributeError: 'dict' object has no attribute 'logconfig'
2014-04-01 21:25:33 OpenStack Infra satori: status New In Progress
2014-04-03 16:40:08 OpenStack Infra satori: status In Progress Fix Committed