Comment 3 for bug 1171997

Revision history for this message
Aaron Rosen (arosen) wrote :

Hi Tomasz,

I think I see a way this can happen. If you do quantum net-create foo; quantum net-delete foo; and then boot a vm does it work? It looks like the function get security_groups() doesn't create the default security group.

This usually happens in the call to create_network() or create_port() but since your tenant hasn't made those calls yet it hasn't yet been created since it's a shared network.

Thanks for the report.