Rename to REDFISH_AGGREGATION

Redfish Aggregation is a generic term. Lets rename to this as the Satellite can be a different name.

#tlbmc
#tlbmc-redfish-aggregation

PiperOrigin-RevId: 819377741
Change-Id: Ie4bdd937042d1daf18039f5c37fb32aca3a538b2
diff --git a/tlbmc/configs/entity_config_json_impl.cc b/tlbmc/configs/entity_config_json_impl.cc
index c997457..60c6972 100644
--- a/tlbmc/configs/entity_config_json_impl.cc
+++ b/tlbmc/configs/entity_config_json_impl.cc
@@ -98,7 +98,7 @@
 // keyword to skip setting devpath for them.
 constexpr absl::string_view kDontSetDevpathKeyword = "DontSetDevpath";
 constexpr const char* kProbeKeyword = "ProbeV2";
-constexpr const char* kRedfishAggregationKeyword = "HSM_AGGREGATION";
+constexpr const char* kRedfishAggregationKeyword = "REDFISH_AGGREGATION";
 
 constexpr absl::string_view kBmcNetKeyword = "BmcNet";
 constexpr absl::string_view kChassisTypeKeyword = "ChassisType";