diskimage-builder/diskimage_builder/block_device
Andreas Florath 803d40b0c6 Refactor block_device: passing command line parameters
The original approach was to pass each and every command
line parameter to the block device.  While the block device
functionality gets extended, this is not any longer practical.

Instead of passing in all the parameters separately this patch
collects these in a YAML file that is passed in to the block device
layer.

Change-Id: I9d07593a01441b62632234468ac25a982cf1a9f0
Signed-off-by: Andreas Florath <andreas@florath.net>
2017-04-23 09:51:18 +00:00
..
level0 Refactor block_device: passing command line parameters 2017-04-23 09:51:18 +00:00
level1 Use stevedore for plugin config of block device 2017-03-24 21:42:47 +00:00
tests Refactor: block-device handling (local loop) 2016-09-08 04:31:01 +00:00
__init__.py Refactor block_device: passing command line parameters 2017-04-23 09:51:18 +00:00
blockdevice.py Refactor block_device: passing command line parameters 2017-04-23 09:51:18 +00:00
blockdevicesetupexception.py Refactor: block-device handling (partitioning) 2017-01-24 19:59:10 +00:00
plugin_base.py Use stevedore for plugin config of block device 2017-03-24 21:42:47 +00:00
utils.py Refactor: block-device handling (partitioning) 2017-01-24 19:59:10 +00:00