diskimage-builder/diskimage_builder/block_device
Ian Wienand 4253cab773 Make BlockDeviceState implement a dict
While plugins treat the state as just a dictionary, it's nice for the
driver functions to keep state related functions encapsulated in the
state object singleton.  Wrap the internal state dictionary so we can
pass the BlockDeviceState directly without dereferencing.

Change-Id: Ic0193c64d645ed1312f898cbfef87841f460799c
2017-05-31 11:24:55 +10:00
..
level0 Add state object, rename "results", add unit tests 2017-05-30 20:39:00 +10:00
level1 Add state object, rename "results", add unit tests 2017-05-30 20:39:00 +10:00
level2 Add state object, rename "results", add unit tests 2017-05-30 20:39:00 +10:00
level3 Refactor mount-point sorting 2017-05-31 11:05:50 +10:00
level4 Add state object, rename "results", add unit tests 2017-05-30 20:39:00 +10:00
tests Refactor mount-point sorting 2017-05-31 11:05:50 +10:00
__init__.py Clear __init__.py from cmd move 2017-05-11 18:52:14 +10:00
blockdevice.py Make BlockDeviceState implement a dict 2017-05-31 11:24:55 +10:00
cmd.py Refactor: use lazy logging 2017-05-30 14:39:58 +10:00
config.py Refactor: use lazy logging 2017-05-30 14:39:58 +10:00
exception.py Move exception to it's own file (again) 2017-05-20 06:44:39 +00:00
plugin.py Add state object, rename "results", add unit tests 2017-05-30 20:39:00 +10:00
utils.py Refactor mount-point sorting 2017-05-31 11:05:50 +10:00