bareon/bareon/actions
Dmitry Bogun 937eb632e5 Register all config options in one place
Make a single point responsible for config option registration to
increase control over config initialization and avoid conflicts.

Usually such conflicts become visible when sharing code with externa
callers. In our case it was the deployment config validator (part of
data drivers), exported as part of the ironic data driver via the
setuptools entry point.

Change-Id: Ibba18db61c222d910d8dca8866ea74b14ce011c8
2017-02-28 13:12:47 +00:00
..
__init__.py Introduce Flow DeployDriver 2016-04-07 20:20:13 +03:00
base.py Introduce Flow DeployDriver 2016-04-07 20:20:13 +03:00
bootloader.py Register all config options in one place 2017-02-28 13:12:47 +00:00
configdrive.py Register all config options in one place 2017-02-28 13:12:47 +00:00
copyimage.py Restore missing argument in logging call 2017-01-10 09:18:45 +02:00
partitioning.py Register all config options in one place 2017-02-28 13:12:47 +00:00