Actions
Bug #26599
closedInvalid key on VM configuration edit from google console for VM provisioned through Foreman
Description
- Foreman sends generated public key and username from image through compute API and which save these values against VM.
- It won't possible to edit VM configurations from google console as it gives error -
'Invalid key. Required format: <protocol> <key-blob> <username@example.com> or <protocol> <key-blob> google-ssh {"userName":"<username@example.com>","expireOn":"<date>"}'
Need to make changes to format if required.
Actions