commit | 2c6dbcbb847d8d2d1c829c702d4a335e6996bda0 | [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:32 2019 +0000 |
tree | ba7e7518543930bb4264fd9450bd5b5a77c4bd05 | |
parent | 73e765ea936eeda170973caf6d5f5a90dee46bf7 [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