Skip to content

Commit

Permalink
Merge pull request #1969 from cmurphy/manila-deprecations
Browse files Browse the repository at this point in the history
manila: Fixup deprecated options (SCRD-6084)
  • Loading branch information
cmurphy authored Jan 9, 2019
2 parents 6c264a3 + 3f02d4a commit 7a70262
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions chef/cookbooks/manila/templates/default/manila.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ use_stderr = false
transport_url = <%= @rabbit_settings[:url] %>

[cinder]
api_insecure=<%= @cinder_insecure %>
auth_url = <%= @keystone_settings['internal_auth_url'] %>
auth_type = password
default_domain_id = <%= @keystone_settings["admin_domain_id"] %>
Expand Down Expand Up @@ -61,19 +60,17 @@ memcache_pool_socket_timeout = 1

[neutron]
url=<%= @neutron_protocol%>://<%= @neutron_server_host%>:<%= @neutron_server_port%>
api_insecure=<%= @neutron_insecure %>
region_name = <%= @keystone_settings['endpoint_region'] %>
auth_url = <%= @keystone_settings['internal_auth_url'] %>
auth_type = password
default_domain_id = <%= @keystone_settings["admin_domain_id"] %>
default_domain_name = <%= @keystone_settings["admin_domain"] %>
insecure=<%= @neutron_insecure ? 'True' : 'False' %>
insecure=<%= @neutron_insecure %>
password=<%= @neutron_service_password %>
project_name=<%= @keystone_settings['service_tenant'] %>
username=<%= @neutron_service_user %>

[nova]
api_insecure=<%= @nova_insecure %>
auth_url = <%= @keystone_settings['internal_auth_url'] %>
auth_type = password
default_domain_id = <%= @keystone_settings["admin_domain_id"] %>
Expand Down

0 comments on commit 7a70262

Please sign in to comment.