You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
even when the OLS is fully deployed, and I can chat with OpenStack Lightspeed through the chatbot in the console. It looks like the status section on the OLSConfig is not fully updated as well:
...
status:
conditions:
- lastTransitionTime: "2025-11-14T09:22:29Z"message: All components are successfully deployedreason: Reconcilingstatus: "True"type: ConsolePluginReady
- lastTransitionTime: "2025-11-14T09:22:29Z"message: All components are successfully deployedreason: Reconcilingstatus: "True"type: CacheReady
- lastTransitionTime: "2025-11-14T09:22:01Z"message: In Progressreason: Reconcilingstatus: "False"type: ApiReady
But I think this might be caused by us. Because I can imagine we keep patching here the OLSConfig even when nothing changed (not 100 % sure about this) [1].
Description
If you deploy OpenStack Lightspeed and check the instance status section, you'll see this:
even when the OLS is fully deployed, and I can chat with OpenStack Lightspeed through the chatbot in the console. It looks like the status section on the
OLSConfigis not fully updated as well:But I think this might be caused by us. Because I can imagine we keep patching here the
OLSConfigeven when nothing changed (not 100 % sure about this) [1].[1]
operator/internal/controller/openstacklightspeed_controller.go
Line 196 in 87e3b5c
Expected behavior
All the
conditionsareTruein thestatussection when the OpenStack Lightspeed is fully deployed.