ironic/releasenotes/notes/bug-30317-a972c8d879c98941.yaml
Raphael Glon 84741e9409 Ansible module: fix partition_configdrive.sh file
Images with GPT partition tables could not be deployed correctly
The if condition could never be met due to an invalid syntax, leading to
partitioning failure

Change-Id: I11202b115f9b80e8c853dca36cc66ab0eb8f7dea
Story: #2005357
Task: #30317
2019-04-11 09:54:33 +00:00

6 lines
126 B
YAML

---
fixes:
- |
Fixes deployment with the ``ansible`` deploy interface and instance images with GPT partition
table.