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

no-tls-endpoints-public-ip.yaml is a new file that needs to be validated
among other TLS environments, so we can make sure that EndpointMap will
be constructed correctly with all needed endpoints.

Change-Id: I5e83b37d8fa757065a6dab87d6eeac1c345efd32
This commit is contained in:
Emilien Macchi 2018-04-12 13:09:56 -07:00
parent 83fdc0b30b
commit a5e5041762
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',