Skip to content

Commit

Permalink
Work around neutron-operator breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
dprince committed Apr 2, 2024
1 parent 096d499 commit 2130208
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apis/core/v1beta1/openstackcontrolplane_webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,10 @@ func (r *OpenStackControlPlane) DefaultServices() {

// Neutron
r.Spec.Neutron.Template.Default()
initializeOverrideSpec(&r.Spec.Neutron.APIOverride.Route, r.Spec.Neutron.Template.GetDefaultRouteAnnotations())
// FIXME: this change added a new function: https://github.com/openstack-k8s-operators/neutron-operator/pull/324
// but we need the *core* API version here now: https://github.com/openstack-k8s-operators/neutron-operator/pull/329
// so... just commenting it out for now
//initializeOverrideSpec(&r.Spec.Neutron.APIOverride.Route, r.Spec.Neutron.Template.GetDefaultRouteAnnotations())

// Nova
r.Spec.Nova.Template.Default()
Expand Down

0 comments on commit 2130208

Please sign in to comment.