GitHub user gigimon opened a pull request:
https://github.com/apache/libcloud/pull/196
Add methods ex_add/ex_delete port_forwarding_rule to CloudstackNode
(similar to ip_forwarding_rule)
Hi!
I have added port forwarding method to CloudstackNode object because class
CloudstackPortForwardingRule has a method delete which doesn't work. And change
call signature because node object was not in first place
And want ask about naming of port forwarding methods. We have
ex_add_ip_forwarding_rule and ex_create_port_forwarding_rule maybe rename one
of this?
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gigimon/libcloud fix-delete-portforwarding
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/196.patch
----
commit f21819de4d595365535f8ef31e5bd879f59b1af9
Author: gigimon <[email protected]>
Date: 2013-12-16T15:36:11Z
* add methods ex_create/ex_delete port_forwarding_rule for CloudStackNode
object (similar to ip_forwarding_rule)
----