cb6c0059b5
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
7 lines
234 B
YAML
7 lines
234 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixes the agent process for determining what partition label type to
|
|
utilize when writing partition images. In many cases, this could fallback
|
|
to ``msdos`` if the instance flavor was not properly labeled.
|