Use environments/ssl directory for getting CA environment
Even if we changed to using that directory [1], we had missed this environment. [1] I53851edbb8bb562dc4194fb99d6ade259227d2f9 Change-Id: I5a905ec7499a6faa08cbcacfccb19a6e424e4a80
This commit is contained in:
parent
dc8b496a09
commit
2f6d455dde
@ -99,7 +99,7 @@ def create_enable_file(certpem, keypem, source_dir, dest_dir, tht_release):
|
||||
|
||||
def create_anchor_file(cert_ca_pem, source_dir, dest_dir, enable_tls_overcloud):
|
||||
output_dict = _open_yaml(
|
||||
"{}environments/inject-trust-anchor.yaml".format(source_dir)
|
||||
"{}environments/ssl/inject-trust-anchor.yaml".format(source_dir)
|
||||
)
|
||||
|
||||
if enable_tls_overcloud:
|
||||
|
Loading…
x
Reference in New Issue
Block a user