Skip to content

Commit

Permalink
Merge pull request #3443 from mr0re1/rc_resbound
Browse files Browse the repository at this point in the history
Fix typo if `scheduiling.provisioningModel` field
  • Loading branch information
nick-stroud authored Dec 19, 2024
2 parents 4d362f6 + fd6ca50 commit 9ec27bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def update_reservation_props(reservation:object, props:object, placement_group:O
}

if reservation.dense or reservation_from_fr:
props.scheduling.provisioning_model = "RESERVATION_BOUND"
props.scheduling.provisioningModel = "RESERVATION_BOUND"

# Figure out `resourcePolicies`
if reservation.policies: # use ones already attached to reservations
Expand Down

0 comments on commit 9ec27bb

Please sign in to comment.