diff --git a/chef/cookbooks/cinder/templates/default/cinder-volume.conf.erb b/chef/cookbooks/cinder/templates/default/cinder-volume.conf.erb index 45e4854920..cc896cb8d5 100644 --- a/chef/cookbooks/cinder/templates/default/cinder-volume.conf.erb +++ b/chef/cookbooks/cinder/templates/default/cinder-volume.conf.erb @@ -3,4 +3,4 @@ [DEFAULT] # Name of this node. This can be an opaque identifier. It is not necessarily a # host name, FQDN, or IP address. (string value) -backend_host = <%= @host %> +host = <%= @host %>