Merge "pep8: include no-tls-endpoints-public-ip.yaml in validation"

This commit is contained in:
Zuul 2018-04-13 22:09:25 +00:00 committed by Gerrit Code Review
commit a86208bcf9
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ required_params = ['EndpointMap', 'ServiceNetMap', 'DefaultPasswords',
# transition to generated environments we have two copies of these files,
# so they need to be listed twice. Once the deprecated version can be removed
# the duplicate entries can be as well.
envs_containing_endpoint_map = ['tls-endpoints-public-dns.yaml',
envs_containing_endpoint_map = ['no-tls-endpoints-public-ip.yaml',
'tls-endpoints-public-dns.yaml',
'tls-endpoints-public-ip.yaml',
'tls-everywhere-endpoints-dns.yaml',
'tls-endpoints-public-dns.yaml',