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

Fix Compute os-floatingips endpoint #384

Closed kpelelis closed 7 years ago

kpelelis commented 7 years ago

In order to be compatible with some Open Stack clients such as Vagrant, we added an os-floatingips to the Compute API. The calls on this endpoint will be redirected to the respective networking endpoints.

kpelelis commented 7 years ago

The commit title might be a bit misleading since the endpoint did't actually exist. It is a fix in the sense that we are adjusting to certain clients