Comment 1 for bug 1415835

Revision history for this message
Matthew Booth (mbooth-9) wrote :

Quick review: in nova/compute/api.py:_create_instance we do:

        security_groups = security_groups or ['default']

This value seems to propagate unmolested to the code in question, suggesting that, when called from this path at least, security_groups will never be empty.