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:
parent
efa5d4c20b
commit
e4ef91b51a
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user