diff --git a/bootstrap-daemon/pvcbootstrapd/lib/lib.py b/bootstrap-daemon/pvcbootstrapd/lib/lib.py index 346e2b0..8f78954 100755 --- a/bootstrap-daemon/pvcbootstrapd/lib/lib.py +++ b/bootstrap-daemon/pvcbootstrapd/lib/lib.py @@ -157,4 +157,4 @@ def host_checkin(config, data): # Hosts will now power down ready for real activation in production sleep(30) cluster = db.update_cluster_state(config, cspec_cluster, "completed") - notifications.send_webhook(config, "completed", f"Cluster {cspec_cluster}: Deployment completed") + notifications.send_webhook(config, "completed", f"Cluster {cspec_cluster}: PVC bootstrap deployment completed")