commit | 5e45945096b713bdec6a10c81ffd35c54eb4d6da | [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:03:58 2019 +0000 |
tree | 8fd630a807a1f6b23b1bfb70058e4a1d18969641 | |
parent | 7d7ae4c7eeab0dd2c31f5eb52f617123b7349b38 [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