Comment 1 for bug 1613199

Revision history for this message
Augustina Ragwitz (auggy) wrote : Re: nova does not accept ssh certificate authorities (regression)

Here is a link to the change mentioned in the bug report - http://git.openstack.org/cgit/openstack/nova/commit/?id=3f3f9bf22efd2fb209d2a2fe0246f4857cd2d21a

This change implemented key generation using paramiko. The cert-authority issue has been reported to paramiko - https://github.com/paramiko/paramiko/issues/771

I think this shows a gap in our current test coverage. We should add a test for the "cert-authority" case as described above. I am confirming this bug to add this test coverage.