Skip to content

Commit

Permalink
Merge pull request #1259 from fao89/heattimeout
Browse files Browse the repository at this point in the history
[18.0-fr1] Set Heat timeout
  • Loading branch information
openshift-merge-bot[bot] authored Jan 14, 2025
2 parents c31ba06 + f828373 commit 2372bc0
Show file tree
Hide file tree
Showing 6 changed files with 215 additions and 58 deletions.
4 changes: 4 additions & 0 deletions apis/core/v1beta1/openstackcontrolplane_webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -863,6 +863,10 @@ func (r *OpenStackControlPlane) DefaultServices() {
r.Spec.Heat.Template = &heatv1.HeatSpecCore{}
}
r.Spec.Heat.Template.Default()
initializeOverrideSpec(&r.Spec.Heat.APIOverride.Route, true)
r.Spec.Heat.Template.SetDefaultRouteAnnotations(r.Spec.Heat.APIOverride.Route.Annotations)
initializeOverrideSpec(&r.Spec.Heat.CnfAPIOverride.Route, true)
r.Spec.Heat.Template.SetDefaultRouteAnnotations(r.Spec.Heat.CnfAPIOverride.Route.Annotations)
}

// Swift
Expand Down
Loading

0 comments on commit 2372bc0

Please sign in to comment.