commit | d13f785518532b86cce4659490be167161120266 | [log] [tgz] |
---|---|---|
author | Mykyta Karpin <mkarpin@mirantis.com> | Mon May 06 17:37:44 2019 +0300 |
committer | Mykyta Karpin <mkarpin@mirantis.com> | Tue May 07 09:04:12 2019 +0000 |
tree | 3ed9bf76f147711d0edccd6ab47d0fe38c8f7a6e | |
parent | 3652f73c908bf71cc851492c36f7552abed49816 [diff] |
Fix ssh key for Nova user Mistakenly Nova private ssh key was added as PGP but should be in RSA, as aio model doesn't support PGP encryption/decryption. Looks like when there is any PGP key in reclass and salt master has pgp submodule enabled, it tries to decrypt this key. It causes a lot of errors in logs. Change-Id: I670085cb29b1c42ada413c104aca84167949b24e Related-Prod: https://mirantis.jira.com/browse/PROD-29967