when i try to deploy a blueprint with a keypair block, Cloudify returns the subsequent error:
Task failed 'nova_plugin.keypair.create' -> [Errno 13] Permission denied: '/root/key.key'
Where '/root/key.key' is the full path where i want the private key will be written on Cloudify manager machine.
I think that the issue is generated becouse of Cloudify itself does'nt knows access credentials of the cloudify manager machine. So I ask you how can I specify them to be used by Cloudify to write correctly the key in specified path.
Regards. Luca Longo