neutron: Omit ssl options
These options were used by the monolithic neutron-server, which was removed. Now we use httpd + mod_wsgi to run the api service and it does not rely on these options for SSL. Change-Id: Id14d5be876bf0b01946916690055081815b2208e Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user