Skip to content

Commit

Permalink
Merge pull request #754 from vyzigold/fix_telemetry
Browse files Browse the repository at this point in the history
Copy values to telemetry.autoscaling.aodh
  • Loading branch information
openshift-merge-bot[bot] authored Apr 16, 2024
2 parents 6c64218 + 2d378b4 commit 4e2085c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/openstack/telemetry.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ func ReconcileTelemetry(ctx context.Context, instance *corev1beta1.OpenStackCont
op, err := controllerutil.CreateOrPatch(ctx, helper.GetClient(), telemetry, func() error {
instance.Spec.Telemetry.Template.TelemetrySpecBase.DeepCopyInto(&telemetry.Spec.TelemetrySpecBase)
instance.Spec.Telemetry.Template.Autoscaling.AutoscalingSpecBase.DeepCopyInto(&telemetry.Spec.Autoscaling.AutoscalingSpecBase)
instance.Spec.Telemetry.Template.Autoscaling.Aodh.DeepCopyInto(&telemetry.Spec.Autoscaling.Aodh.AodhCore)
instance.Spec.Telemetry.Template.Ceilometer.CeilometerSpecCore.DeepCopyInto(&telemetry.Spec.Ceilometer.CeilometerSpecCore)
instance.Spec.Telemetry.Template.Logging.DeepCopyInto(&telemetry.Spec.Logging)
instance.Spec.Telemetry.Template.MetricStorage.DeepCopyInto(&telemetry.Spec.MetricStorage)
Expand Down

0 comments on commit 4e2085c

Please sign in to comment.