Comment 7 for bug 1711425

Revision history for this message
Dan Prince (dan-prince) wrote : Re: Impossible to ssh a VM when TripleO is containerized

Emilien: per your comment nova-metadata *was* finished. It used to run via the nova-api container when we had that under eventlet. I think what happened was we recently broke this in:

commit f24d5d4c0237d2703cf2744aa6db65865401e94e
Author: Juan Antonio Osorio Robles <email address hidden>
Date: Mon Jun 19 15:21:15 2017 +0300

    Make containerized nova-api run with httpd

    The non-containerized version will run over httpd [1], and for the
    containerized TLS work, it is needed in the container version as well.

-----

So your comment might be a bit of an overstatement. The quick fix could be to revert that commit which landed only 3 days ago.