commit | 33accb7f14d783ac3d836bf3e348d9800f01b846 | [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:05:18 2019 +0000 |
tree | 25eed97e3983095994c3a6d98575967be373d772 | |
parent | 1bd323b77d061b9041e3688248239d8207aa2f69 [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