satori/satori
Samuel Stavinoha 54f816aa1f Fix remaining refs to the former config object
Switch notation from

    value = d.key

to

    value = d.get('key') # in optional cases
    value = ['key'] # in required cases

Unittests for config dictionary make use of mock.patch.dict

Change-Id: Ib688dd13e1e3df9a82b3f0377064be8e6c765e55
Closes-Bug: #1301020
2014-04-01 16:54:03 -05:00
..
common Fix remaining refs to the former config object 2014-04-01 16:54:03 -05:00
formats Implement ohai-solo data plane discovery module 2014-03-18 17:15:08 -05:00
sysinfo Convert configuration object to a dictionary 2014-03-26 11:23:20 -05:00
tests Fix remaining refs to the former config object 2014-04-01 16:54:03 -05:00
__init__.py Update tests and testing requirements 2014-03-14 16:47:40 -05:00
bash.py Allow running satori on localhost 2014-03-20 02:11:47 -05:00
discovery.py Convert configuration object to a dictionary 2014-03-26 11:23:20 -05:00
dns.py Add exception `SatoriInvalidDomain` 2014-03-25 10:24:17 -05:00
errors.py Add exception `SatoriInvalidDomain` 2014-03-25 10:24:17 -05:00
shell.py Convert configuration object to a dictionary 2014-03-26 11:23:20 -05:00
ssh.py Allow running satori on localhost 2014-03-20 02:11:47 -05:00
utils.py Allow running satori on localhost 2014-03-20 02:11:47 -05:00