lowercase00 opened a new issue, #1679: URL: https://github.com/apache/libcloud/issues/1679
## Proposal Some classes have attributes that are not required for building a Node. For example, we don't need the `NodeSize.bandwidth` argument to create a new node. Only the `id` is necessary. But we still have to instanciate the `NodeSize` class with `bandwidth=None` since it's a required argument. It could be possible to add a default `None` value to each optional argument to make things simpler when using Sizes/Images/Locations. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
