[Openstack] Unable to add multiple rules per security group (using euca)

2011-11-07 Thread David McNally
Hi, We've run into an issue where we can add only a single rule per source-group to a security group. e.g: euca-authorize --protocol icmp -t -1:-1 --source-group groupB groupA will add a security rule as expected but if we cannot add a second rule to groupA with groupB as the source e.g.:

Re: [Openstack] Unable to add multiple rules per security group (using euca)

2011-11-07 Thread Vishvananda Ishaya
This is a bug. It is residual from previous code where source groups didn't allow specific protocols to be specified. I think there may be a bug already, but if not, can you please file one? If you see where it is happening in the code a patch would also be appreciated. Vish On Nov 7,

Re: [Openstack] Unable to add multiple rules per security group (using euca)

2011-11-07 Thread David McNally
There is a bug describing this issue https://bugs.launchpad.net/nova/+bug/849997 I will begin working on a patch. On 07/11/11 15:28, Vishvananda Ishaya wrote: This is a bug. It is residual from previous code where source groups didn't allow specific protocols to be specified. I think there