← Back to team overview

openstack team mailing list archive

Is SHOULD_CREATE_BRIDGE flag still used?

 

Hello,

I was looking in OpenStack code (nova-network daemon) and I found flag
SHOULD_CREATE_BRIDGE that seems to be unused.
Actually it is assigned to network_dict['should_create_bridge'] but it
seems to me that this flag is never used.

Are they still used in the real code?

MCo.