Don't start pvcapid-worker on primary

It will be running anyways
This commit is contained in:
Joshua Boniface 2023-11-05 19:44:00 -05:00
parent 2c15036f86
commit f0c2e9d295
1 changed files with 0 additions and 2 deletions

View File

@ -612,8 +612,6 @@ class NodeInstance(object):
self.logger.out("Starting PVC API client service", state="i")
common.run_os_command("systemctl enable pvcapid.service")
common.run_os_command("systemctl start pvcapid.service")
self.logger.out("Starting PVC Provisioner Worker service", state="i")
common.run_os_command("systemctl start pvcapid-worker.service")
# 7. Start metadata API; just continue if we fail
self.metadata_api.start()
# 8. Start DHCP servers