Skip to content

Commit

Permalink
Fix bug 900864 Quantum Manager flag for IP injection.
Browse files Browse the repository at this point in the history
Re-uses FlatManager flat_injected flag to enable/disable
IP injection in QuantumManager.

Change-Id: I52c7a2c3aed452045cadb2282a59851c1083a812
  • Loading branch information
davlaps committed Feb 24, 2012
1 parent 8924ad8 commit 86e9269
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nova/network/quantum/manager.py
Expand Up @@ -504,6 +504,7 @@ def get_instance_nw_info(self, context, instance_id, instance_uuid,
'uuid': network['uuid'],
'bridge': '', # Quantum ignores this field
'label': network['label'],
'injected': FLAGS.flat_injected,
'project_id': net_tenant_id}
networks[vif['uuid']] = network

Expand Down

0 comments on commit 86e9269

Please sign in to comment.