diff --git a/manifests/neutron.pp b/manifests/neutron.pp index 7344537f8..32275590d 100644 --- a/manifests/neutron.pp +++ b/manifests/neutron.pp @@ -237,9 +237,6 @@ class openstack_integration::neutron ( core_plugin => 'ml2', service_plugins => $plugins_list, bind_host => $openstack_integration::config::host, - use_ssl => $openstack_integration::config::ssl, - cert_file => $openstack_integration::params::cert_path, - key_file => "/etc/neutron/ssl/private/${facts['networking']['fqdn']}.pem", notification_topics => $notification_topics, notification_driver => 'messagingv2', dhcp_agent_notification => $dhcp_agent_notification,