ironic-python-agent/ironic_python_agent/extensions
Julia Kreger d9105e4062 Fix default disk label with partition images
Partition images through the agent have the unfortunate
side effect of being executed without full node context
by default. Luckilly we've had a similar problem and
cache the node.

This patch changes the lookup from a default of msdos
partitions to use the cached node object.

Change-Id: I002816c9372fdf1cc32f3c67f420073551479fd9
(cherry picked from commit cb6c0059b5)
2021-01-08 14:53:19 +00:00
..
__init__.py Organize agent extensions 2014-04-14 15:09:12 -07:00
base.py Do not silently swallow errors in the write_image deploy step 2020-10-09 14:33:52 +02:00
clean.py Add an ability to run in-band deploy steps 2020-04-06 10:24:08 +02:00
deploy.py Add raid.apply_configuration deploy step 2020-04-20 12:50:14 +02:00
flow.py Update to hacking 0.12.0 and use new checks 2016-11-08 11:31:18 -08:00
image.py Merge "Log a warning of target_boot_mode does not match current boot mode" into stable/victoria 2020-10-08 15:24:21 +00:00
iscsi.py Update the cache if we don't have a root device hint 2020-08-25 19:34:48 +00:00
log.py Add a log extension 2016-06-28 17:02:11 +01:00
poll.py Adds poll mode deployment support 2020-06-21 16:44:00 +08:00
rescue.py Use crypt to generate salt 2020-03-19 15:16:00 +01:00
standby.py Fix default disk label with partition images 2021-01-08 14:53:19 +00:00