Commit 34fbb20
Fix EC2 provider settings keys for target-az and target-region (#2396)
The UI was sending camelCase keys (targetAz, targetRegion) in the
provider spec.settings, but the backend expects kebab-case keys
(target-az, target-region). This caused migration plans to fail
with "provider spec.settings.target-az is not configured" error
when creating EBS volumes from snapshots.
Resolves: MTV-5256
Signed-off-by: Aviv Turgeman <aturgema@redhat.com>
Co-authored-by: Cursor <cursoragent@cursor.com>1 parent 5f45f6d commit 34fbb20
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
0 commit comments