Functionality for managing security groups is currently not part of the base API, but it's available via extension methods in some drivers such as CloudStack and EC2 ( https://github.com/apache/libcloud/blob/trunk/libcloud/compute/drivers/ec2.py#L2052 ).
Keep in mind that some of this functionality is currently only available in trunk. Sent from my phone On Apr 9, 2014 10:53 AM, "Csaba Hoch" <[email protected]> wrote: > Hi, > > It seems that the EC2 and OpenStack drivers don't implement configuring > firewalls: > > - https://libcloud.readthedocs.org/en/latest/compute/drivers/ec2.html > - > https://libcloud.readthedocs.org/en/latest/compute/drivers/openstack.html > > Is there another method using Libcloud to open certain ports for a new > node? Or do > Libcloud users talk directly to the cloud APIs when they want to perform > such a task? > > Thank you, > Csaba >
