Disable tgtd service on maas-rack-controller

tgt service is exposed in maas-rack-controller as a root-owned process
We are not utilizing tgt so let's just disable it.

Needed for this: https://review.openstack.org/#/c/639432/

Change-Id: I89da1c033baa72ac9c2755af9eeff6b8cce47517
This commit is contained in:
Jared Miller 2019-03-15 15:13:59 -04:00
parent ac997fd6ec
commit 4a9f9d7ab5
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', 'rackd', 'tftp']
REQUIRED_SERVICES = ['http', 'dhcpd', 'rackd', 'tftp']
resource_url = 'rackcontrollers/{resource_id}/'
fields = [
'resource_id',