You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by GitBox <gi...@apache.org> on 2019/12/17 23:29:54 UTC

[GitHub] [libcloud] peterAsapp commented on issue #1387: GCENodeDriver's deploy_node() now accepts Deployments as well as all the parameters accepted by create_node()

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:
users@infra.apache.org


With regards,
Apache Git Services