tripleo-quickstart-extras/roles/overcloud-ssl/library
Michele Baldessari 00ea9d5623 Fix TLS resource_registry key error
Via I1bfdb6d064f3b10b269dedafd36ca367139fe1df we moved to using
environments/ssl/enable-tls.yaml. The problem is that
the code in roles/overcloud-ssl/library/tls_tht.py assumes that
the parsed yaml file already has the 'resource_registry' key in the
dictionary.

That was true with environments/enable-tls.yaml but is not
true any longer for environments/ssl/enable-tls.yaml.

Since Iaf7386207e5bd8b336759f51e4405fe15114123a in rocky
NodeTLSData is not used anymore, so let's just skip the whole assignment
starting with rocky.

Closes-Bug: #1796626

Depends-On: Ibee6ba188585f80f0f7d136c81146096cb4432c2
Change-Id: I53851edbb8bb562dc4194fb99d6ade259227d2f9
2018-10-11 16:25:09 +00:00
..
tls_tht.py Fix TLS resource_registry key error 2018-10-11 16:25:09 +00:00