Remove NTP from required services

When maas runs as a collpased region/rack the ntp service
returns its status as "unknown." Until the exact cause
and nature of why maas can end up in this state it we should
not insist this service be in a running state

Change-Id: If6a03edea167fb232ab339a6ccb651c679bc2a59
This commit is contained in:
Alan Meadows 2018-04-10 15:13:05 -07:00
parent efa5d4c20b
commit e4ef91b51a
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class RackController(maas_machine.Machine):
# These are the services that must be 'running'
# to consider a rack controller healthy
REQUIRED_SERVICES = ['http', 'tgt', 'dhcpd', 'ntp_rack', 'rackd', 'tftp']
REQUIRED_SERVICES = ['http', 'tgt', 'dhcpd', 'rackd', 'tftp']
resource_url = 'rackcontrollers/{resource_id}/'
fields = [
'resource_id',