Merge "Add ovs-record-hostname to deferable service list"

This commit is contained in:
Zuul 2022-02-21 21:17:36 +00:00 committed by Gerrit Code Review
commit f970260fb3

View File

@ -836,7 +836,7 @@ def deferrable_services():
"""
_svcs = services()
_svcs.extend(['ovs-vswitchd', 'ovsdb-server',
'openvswitch-switch'])
'openvswitch-switch', 'ovs-record-hostname'])
return list(set(_svcs))