diff --git a/sysinv/sysinv/sysinv/sysinv/conductor/manager.py b/sysinv/sysinv/sysinv/sysinv/conductor/manager.py index 146c887852..a79ef2ded7 100644 --- a/sysinv/sysinv/sysinv/sysinv/conductor/manager.py +++ b/sysinv/sysinv/sysinv/sysinv/conductor/manager.py @@ -8792,9 +8792,7 @@ class ConductorManager(service.PeriodicService): def update_ntp_config(self, context): """Update the NTP configuration""" - personalities = [constants.CONTROLLER, - constants.WORKER, - constants.STORAGE] + personalities = [constants.CONTROLLER] self._config_update_hosts(context, personalities, reboot=True) def update_ptp_config(self, context, do_apply=False):