@@ -587,6 +587,9 @@ var _ = Describe("OpenStackOperator controller", func() {
587587 //Expect(OSCtlplane.Spec.Octavia.APIOverride.Route).Should(Not(BeNil()))
588588 //Expect(OSCtlplane.Spec.Octavia.APIOverride.Route.Annotations).Should(HaveKeyWithValue("haproxy.router.openshift.io/timeout", "120s"))
589589 //Expect(OSCtlplane.Spec.Octavia.APIOverride.Route.Annotations).Should(HaveKeyWithValue("api.octavia.openstack.org/timeout", "120s"))
590+ Expect (OSCtlplane .Spec .Telemetry .AodhAPIOverride .Route ).Should (Not (BeNil ()))
591+ Expect (OSCtlplane .Spec .Telemetry .AodhAPIOverride .Route .Annotations ).Should (HaveKeyWithValue ("haproxy.router.openshift.io/timeout" , "60s" ))
592+ Expect (OSCtlplane .Spec .Telemetry .AodhAPIOverride .Route .Annotations ).Should (HaveKeyWithValue ("api.aodh.openstack.org/timeout" , "60s" ))
590593 })
591594
592595 It ("should create selfsigned issuer and public+internal CA and issuer" , func () {
@@ -861,6 +864,9 @@ var _ = Describe("OpenStackOperator controller", func() {
861864 Expect (OSCtlplane .Spec .Heat .CnfAPIOverride .Route ).Should (Not (BeNil ()))
862865 Expect (OSCtlplane .Spec .Heat .CnfAPIOverride .Route .Annotations ).Should (HaveKeyWithValue ("haproxy.router.openshift.io/timeout" , "600s" ))
863866 Expect (OSCtlplane .Spec .Heat .CnfAPIOverride .Route .Annotations ).Should (HaveKeyWithValue ("api.heat.openstack.org/timeout" , "600s" ))
867+ Expect (OSCtlplane .Spec .Telemetry .AodhAPIOverride .Route ).Should (Not (BeNil ()))
868+ Expect (OSCtlplane .Spec .Telemetry .AodhAPIOverride .Route .Annotations ).Should (HaveKeyWithValue ("haproxy.router.openshift.io/timeout" , "60s" ))
869+ Expect (OSCtlplane .Spec .Telemetry .AodhAPIOverride .Route .Annotations ).Should (HaveKeyWithValue ("api.aodh.openstack.org/timeout" , "60s" ))
864870 })
865871
866872 It ("should create selfsigned issuer and public, internal, libvirt and ovn CA and issuer" , func () {
0 commit comments