@@ -594,6 +594,9 @@ var _ = Describe("OpenStackOperator controller", func() {
594594 // Expect(OSCtlplane.Spec.Barbican.APIOverride.Route).Should(Not(BeNil()))
595595 // Expect(OSCtlplane.Spec.Barbican.APIOverride.Route.Annotations).Should(HaveKeyWithValue("haproxy.router.openshift.io/timeout", "90s"))
596596 // Expect(OSCtlplane.Spec.Barbican.APIOverride.Route.Annotations).Should(HaveKeyWithValue("api.barbican.openstack.org/timeout", "90s"))
597+ Expect (OSCtlplane .Spec .Keystone .APIOverride .Route ).Should (Not (BeNil ()))
598+ Expect (OSCtlplane .Spec .Keystone .APIOverride .Route .Annotations ).Should (HaveKeyWithValue ("haproxy.router.openshift.io/timeout" , "60s" ))
599+ Expect (OSCtlplane .Spec .Keystone .APIOverride .Route .Annotations ).Should (HaveKeyWithValue ("api.keystone.openstack.org/timeout" , "60s" ))
597600 })
598601
599602 It ("should create selfsigned issuer and public+internal CA and issuer" , func () {
@@ -875,6 +878,9 @@ var _ = Describe("OpenStackOperator controller", func() {
875878 // Expect(OSCtlplane.Spec.Barbican.APIOverride.Route).Should(Not(BeNil()))
876879 // Expect(OSCtlplane.Spec.Barbican.APIOverride.Route.Annotations).Should(HaveKeyWithValue("haproxy.router.openshift.io/timeout", "90s"))
877880 // Expect(OSCtlplane.Spec.Barbican.APIOverride.Route.Annotations).Should(HaveKeyWithValue("api.barbican.openstack.org/timeout", "90s"))
881+ Expect (OSCtlplane .Spec .Keystone .APIOverride .Route ).Should (Not (BeNil ()))
882+ Expect (OSCtlplane .Spec .Keystone .APIOverride .Route .Annotations ).Should (HaveKeyWithValue ("haproxy.router.openshift.io/timeout" , "60s" ))
883+ Expect (OSCtlplane .Spec .Keystone .APIOverride .Route .Annotations ).Should (HaveKeyWithValue ("api.keystone.openstack.org/timeout" , "60s" ))
878884 })
879885
880886 It ("should create selfsigned issuer and public, internal, libvirt and ovn CA and issuer" , func () {
0 commit comments