File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
chef/cookbooks/manila/templates/default Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ use_stderr = false
2727transport_url = <%= @rabbit_settings[:url] %>
2828
2929[cinder]
30- api_insecure=<%= @cinder_insecure %>
3130auth_url = <%= @keystone_settings['internal_auth_url'] %>
3231auth_type = password
3332default_domain_id = <%= @keystone_settings["admin_domain_id"] %>
@@ -61,19 +60,17 @@ memcache_pool_socket_timeout = 1
6160
6261[neutron]
6362url=<%= @neutron_protocol%> ://<%= @neutron_server_host%> :<%= @neutron_server_port%>
64- api_insecure=<%= @neutron_insecure %>
6563region_name = <%= @keystone_settings['endpoint_region'] %>
6664auth_url = <%= @keystone_settings['internal_auth_url'] %>
6765auth_type = password
6866default_domain_id = <%= @keystone_settings["admin_domain_id"] %>
6967default_domain_name = <%= @keystone_settings["admin_domain"] %>
70- insecure=<%= @neutron_insecure ? 'True' : 'False' %>
68+ insecure=<%= @neutron_insecure %>
7169password=<%= @neutron_service_password %>
7270project_name=<%= @keystone_settings['service_tenant'] %>
7371username=<%= @neutron_service_user %>
7472
7573[nova]
76- api_insecure=<%= @nova_insecure %>
7774auth_url = <%= @keystone_settings['internal_auth_url'] %>
7875auth_type = password
7976default_domain_id = <%= @keystone_settings["admin_domain_id"] %>
You can’t perform that action at this time.
0 commit comments