Merge "Scope NTP config to controller hosts only"

This commit is contained in:
Zuul 2024-02-28 14:53:17 +00:00 committed by Gerrit Code Review
commit 000415e953
1 changed files with 1 additions and 3 deletions

View File

@ -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):