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

Keypairs endpoint extension for OpenStack compatibility #380

Closed kpelelis closed 7 years ago

kpelelis commented 7 years ago

Implemented 4 endpoints that are part of the OpenStack Compute API in order to have CRUD operations on SSH keypairs. Most of the logic is implemented on

snf-cyclades-app/synnefo/api/keypairs.py

TODO: Decouple the models manipulation (create, update) from the API view

skalkoto commented 7 years ago

Hello, Thank you very much for the pull request. We are really looking forward to merge your patches, but first of all there are some issues with process that need to be addressed:

Some comment about small issues in the code will follow later on today.