network_manager should no longer be set for folsom

This config setting needs to be removed b/c it causes nova
compute to fail.
This commit is contained in:
Dan Bode 2012-10-13 21:15:12 -07:00
parent 892bd58047
commit 4b79fc4caa
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ class nova::network::quantum (
}
nova_config {
'network_manager': value => 'nova.network.quantum.manager.QuantumManager';
'fixed_range': value => $fixed_range;
'quantum_use_dhcp': value => $use_dhcp;
'quantum_auth_strategy': value => $quantum_auth_strategy;