peterAsapp commented on issue #1387: GCENodeDriver's deploy_node() now accepts Deployments as well as all the parameters accepted by create_node() URL: https://github.com/apache/libcloud/pull/1387#issuecomment-566796126 @Kami i had to add `**kwargs` b/c `deploy_node()` code calls `create_node()` with all of the argument it received including `deploy`, which causes an unexpected argument error in `create_node()`. That's why I added it. But do let me know if we an get around that!
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
