Add new FCU API support in Outscale EC2 driver#890
Add new FCU API support in Outscale EC2 driver#890jmunhoz wants to merge 11 commits intoapache:trunkfrom
Conversation
Update version and namespace matching the current TINA OS API (AWS EC2 compatible) This patch handle two different versions between the API version used to issue requests and the API version crafted in the namespace. It is a bug in the server side currently. The bugfix is work in progress. Meanwhile we need those bits in place to keep the new APIs working. Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com>
Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com>
Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com>
5543b78 to
3af5dca
Compare
Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com>
Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com>
Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com>
Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com>
Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com>
Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com>
Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com>
Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com>
3af5dca to
e096490
Compare
tonybaloney
left a comment
There was a problem hiding this comment.
Great thanks @jmunhoz for the updates.
|
|
||
| if filters: | ||
| raise NotImplementedError( | ||
| 'quota filters are not implemented') |
There was a problem hiding this comment.
when will this be implemented?
There was a problem hiding this comment.
@tonybaloney thanks for reviewing. we hope a new release of FCU at the end of November or December. Filters in this API are being reworked cause the original implementation is raising some non expected issues in the server side and we had to rollback although the API doc was published and the interface spec is stable. This way users get a clear message and they would not report this well-know bug.
BTW this first patchset would be also a first update to catch up with the new features and improvements in the FCU. Outscale would like to contribute new APIs and available features implemented along the previous months in the server side. As expected, with each new FCU release we would revisit the non implemented bits and bugfixes to support the new features as soon as they hit production in the server side.
|
Ok. I'm happy 👍 |
|
@tonybaloney thanks! 👍 |
Add libcloud support for the following new APIs available in the Flexible Computing Unit (FCU)
The patchset includes tests and fixtures for the new APIs.
Signed-off-by: Javier M. Mellid jmunhoz@igalia.com