[LIBCLOUD-691] Add Onapp IaaS platform support#502
Conversation
6f27333 to
507fbaa
Compare
|
Great, thanks. I will review it and add the comments inline. |
There was a problem hiding this comment.
This method is part of the standard API so all the arguments which are not part of standard API (looks like all of them :)) should have an ex_ prefix.
|
@MatthiasWiesnerCC bump^^ |
507fbaa to
932420d
Compare
|
I took over the onapp integration on our side. I prefixed the non standard parameter with |
a9cee1f to
ce4e1dd
Compare
ac8bbad to
5c54d41
Compare
Implement missing support for Virtual Server in OnApp node driver, as described in the OnApp API documentation: https://docs.onapp.com/display/34API/Virtual+Servers
5c54d41 to
9b78efe
Compare
|
@Kami bump^^ :-) |
|
Sorry for the delay. The changes looked OK (except a weird test failure - see below), so I went ahead and merged it into trunk. Thanks. There was a just a weird test failure which only happened on every Python version except 2.7. It turned out the failure was related to using The test passing on 2.7 was just a pure luck :) |
There was a problem hiding this comment.
Also, just a quick heads up for the future - we have a framework in place for mocking HTTP responses (pretty much every driver tests use it).
So in the future, please use follow the approach other tests use.
Corresponding issue:
https://issues.apache.org/jira/browse/LIBCLOUD-691