grnet / synnefo

Synnefo is open source cloud software, used to create massively scalable IaaS clouds.
GNU General Public License v3.0
133 stars 45 forks source link

Add Server Create key_name #383

Closed kpelelis closed 7 years ago

kpelelis commented 7 years ago

Following the implemented endpoints for the keypairs, we 've added functionality for the keypair injection onto the VM creation. Once a user wants to create a new VM, he can provide a key_name which will be used for obtaining a stored keypair. The contents of this keypair will be injected to the new machine, using an extension in the ganeti client

skalkoto commented 7 years ago

Merged