Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Change failed AnsibleEE job pod message and document the report in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Podivin <[email protected]>
  • Loading branch information
jpodivin committed Feb 15, 2024
1 parent 56156b3 commit 5902226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/openstackdataplanenodeset_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ func (r *OpenStackDataPlaneNodeSetReconciler) SetupWithManager(ctx context.Conte
for _, pod := range podsList.Items {
Log.Info(
fmt.Sprintf(
"openstack dataplane pod %s failed due to %s message: %s",
"openstackansibleee job %s failed due to %s with message: %s",
pod.Name, pod.Status.Reason, pod.Status.Message))
}
}
Expand Down

0 comments on commit 5902226

Please sign in to comment.