diskimage-builder/diskimage_builder/block_device
Ian Wienand 3fdd9df983 Move create_graph into config.py
This was suggested in a review comment in
I8a5d62a076a5a50597f2f1df3a8615afba6dadb2.  It works out quite nicely
because the BlockDevice() driver now doesn't need to know anything
about stevedore or plugins, and just works on the node list.  It also
simplifies the unit testing by not having to call create_graph through
a BlockDevice object.

Change-Id: I98512f6cf42e256d2ea8225a0b496d303bf357b8
2017-05-26 11:48:39 +10:00
..
level0 Create and use plugin/node abstract classes 2017-05-26 11:48:11 +10:00
level1 Create and use plugin/node abstract classes 2017-05-26 11:48:11 +10:00
level2 Create and use plugin/node abstract classes 2017-05-26 11:48:11 +10:00
level3 Create and use plugin/node abstract classes 2017-05-26 11:48:11 +10:00
level4 Create and use plugin/node abstract classes 2017-05-26 11:48:11 +10:00
tests Move create_graph into config.py 2017-05-26 11:48:39 +10:00
__init__.py Clear __init__.py from cmd move 2017-05-11 18:52:14 +10:00
blockdevice.py Move create_graph into config.py 2017-05-26 11:48:39 +10:00
cmd.py Remove args from BlockDevice() init 2017-05-12 09:36:23 +10:00
config.py Move create_graph into config.py 2017-05-26 11:48:39 +10:00
exception.py Move exception to it's own file (again) 2017-05-20 06:44:39 +00:00
plugin.py Create and use plugin/node abstract classes 2017-05-26 11:48:11 +10:00
utils.py exec_sudo: check cmd for str, log output and raise exception 2017-05-11 09:45:25 +10:00