[
https://issues.apache.org/jira/browse/LIBCLOUD-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12861091#action_12861091
]
Paul Querna commented on LIBCLOUD-15:
-------------------------------------
Comments on the patch:
- HOST = 'www-180.ibm.com' ---- Is this a long term DNS name for your service?
It seems like a 'random' webserver. Is it feasible to use something like
developer-cloud-api.ibm.com (?)
- in parse_error, it raises InvalidCredsException(self.error), but self.error
is essentailly HTTPResponse.reason. Is there more data that can be parsed out
of the body?
- in create_node:
- it uses as an optional kwarg publicKey. It should also look for an auth
parameter with the type of NodeAuthSSHKey, and then use that if present.
- Any examples of what configurationData would be used for? Its kinda an
opaque blob, and I don't know what it should be used for.
- in _to_location, it uses 'USA' as the country, this should be 'US', as
country is supposed to be the ISO 3166 country code.
> New IBM Developer Cloud driver
> ------------------------------
>
> Key: LIBCLOUD-15
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-15
> Project: Libcloud
> Issue Type: New Feature
> Components: Core
> Affects Versions: 0.3.0
> Reporter: Eric Woods
> Assignee: Eric Woods
> Fix For: 0.3.0
>
> Attachments: 100331 IBM patch.txt, 100402 IBM patch.txt, 100419 IBM
> Developer Cloud complete.txt, IBM Developer Cloud REST.pdf
>
> Original Estimate: 336h
> Remaining Estimate: 336h
>
> Developing a libCloud driver for the IBM Developer Cloud.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.