perf: gateway closed domain (#9334)

Co-authored-by: feng <1304903146@qq.com>
This commit is contained in:
fit2bot 2023-01-18 15:27:09 +08:00 committed by GitHub
parent f8ac83d5c7
commit 571e9b1878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -69,7 +69,10 @@ class HostTypes(BaseType):
return {
cls.LINUX: [
{'name': 'Linux'},
{'name': GATEWAY_NAME}
{
'name': GATEWAY_NAME,
'domain_enabled': False,
}
],
cls.UNIX: [
{'name': 'Unix'},