← Back to team overview

openstack team mailing list archive

Re: Help with security groups ("in use" error) in juju/openstack.

 

On 05/10/2012 09:28 AM, Jorge Luiz Correa wrote:
> Hi all!
> 
> I'm having some problems with juju and security groups in openstack.
> When I try to instantiate about 10 instances, some of them generate an
> error related to the security groups. The log below is from
> nova-api.log. I'm using versions from ubuntu 12.04 LTS packages (nova*,
> keystone etc). 

<snip log>

> As we can see it says that a group in invalid because is in use. 

This error occurs when you try to delete a security group that is still
in use by an instance.  If this is an automated tear down, it could be
that the instances were stopped, but it hadn't actually completed yet
when the request to delete the security groups came in.  You have to
wait until the instances are gone before the security groups can be deleted.

-- 
Russell Bryant


Follow ups

References