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
Enable WSGI deployment strategy for neutron by default
Add ServiceDefaults.NeutronWsgi, default it to "true" for the currently
available OpenStackVersion, and translate it into the
neutron.openstack.org/wsgi annotation on the NeutronAPI CR every
reconcile. Since AvailableServiceDefaults is keyed by version and only
the targeted version's value is applied, existing deployments keep
whatever value was computed when they were first initialized until the
control plane is moved to a version where this operator sets it to
true, so upgrading openstack-operator alone does not flip an existing
NeutronAPI from Eventlet to WSGI.
Temporarily points the neutron-operator/api dependency at
github.com/karelyatin/neutron-operator@OSPRH-33113-default-master (which adds the
NeutronWSGILabel annotation and the WSGI deployment strategy) until
that branch merges upstream and this becomes a normal dependency bump.
Depends-On: openstack-k8s-operators/neutron-operator#689
Depends-On: openstack-k8s-operators/ci-framework#4099
Resolves: #OSPRH-33114
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
0 commit comments