LIBCLOUD-516: Add list_size() support into Eucalyptus for cluster versio...#249
LIBCLOUD-516: Add list_size() support into Eucalyptus for cluster versio...#249cderamus wants to merge 2 commits into
Conversation
…sions >= 3.3.0. In this version Eucalyptus introduced the DescribeInstanceTypes call which is specific to EUCA and is not AWS compatible. This call requires a different XML namespace.
|
Honestly, I don't think this approach is that bad. |
There was a problem hiding this comment.
To be consistent with AWS stuff, I would promote those variables to module level constants.
There was a problem hiding this comment.
Now, this driver could also support standard api_version argument. This argument would default to DEFAULT_EUCA_API_VERSION (or smth).
There was a problem hiding this comment.
I'm not super familiar with Eucalyptus and am only using the community cloud at the moment. Is the API version something that can dynamically be pulled?
There was a problem hiding this comment.
I have no idea. I know it can't be dynamically specified for AWS.
… constant. The API version now defaults to version 3.3.0 and can be changed by passing in the api_version keyword argument.
There was a problem hiding this comment.
Shouldn't api_version default to DEFAULT_EUCA_API_VERSION?
|
I've made the api_version change and merged patch into trunk. Thanks. |
...ns >= 3.3.0. In this version Eucalyptus introduced the DescribeInstanceTypes call which is specific to EUCA and is not AWS compatible. This call requires a different XML namespace.