Skip to content

Commit 3d5a028

Browse files
neutron: use YAML literal for ironic_ml2_baremetal patch
The | block is required so the value is a string passed to oc patch --patch. A nested mapping serializes to invalid JSON and the API rejects the merge patch. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent ba2b031 commit 3d5a028

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tests/roles/neutron_adoption/defaults

tests/roles/neutron_adoption/defaults/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ neutron_config_patch: |
3131
- internalapi
3232
neutron_retry_delay: 5
3333

34-
ironic_ml2_baremetal_patch:
34+
ironic_ml2_baremetal_patch: |
3535
spec:
3636
neutron:
3737
template:

0 commit comments

Comments
 (0)