Skip to content
Snippets Groups Projects
Commit b95a5b43 authored by Quentin MACHU's avatar Quentin MACHU
Browse files

In nova, vif setup failure is now fatal.

parent af7f6f50
No related branches found
No related tags found
No related merge requests found
......@@ -27,8 +27,6 @@ class iaas::profile::nova::common (
neutron_region_name => $region,
neutron_admin_auth_url => "http://${endpoint}:35357/v2.0",
neutron_url => "http://${endpoint}:9696",
vif_plugging_is_fatal => false,
vif_plugging_timeout => '0',
}
nova_config { 'DEFAULT/default_floating_pool': value => $default_flotting_pool }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment