Merge "Add missing schema entries for Azure driver"

This commit is contained in:
Zuul 2021-12-09 02:41:32 +00:00 committed by Gerrit Code Review
commit 2abeeba41b
1 changed files with 6 additions and 0 deletions

View File

@ -309,9 +309,15 @@ class AzureProviderConfig(ProviderConfig):
'public-ipv6': bool,
'use-internal-ip': bool,
'host-key-checking': bool,
'post-upload-hook': str,
'rate': v.Coerce(float),
'boot-timeout': int,
'launch-timeout': int,
'launch-retries': int,
# TODO: remove
'zuul-public-key': str,
})
return v.Schema(provider)
def getSupportedLabels(self, pool_name=None):