Skip to content

Commit

Permalink
Set Heat timeout
Browse files Browse the repository at this point in the history
Depends-On: openstack-k8s-operators/heat-operator#463

ref OSPRH-10965

Signed-off-by: Fabricio Aguiar <[email protected]>
  • Loading branch information
fao89 committed Nov 5, 2024
1 parent 5d121c9 commit b2bd44d
Show file tree
Hide file tree
Showing 4 changed files with 201 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 @@ -860,6 +860,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 b2bd44d

Please sign in to comment.