From 0984589672bd9077e7f26c22ad978aa76aba5180 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 2 Feb 2017 22:24:36 +0100 Subject: [PATCH] Revert "cinder: "host" was replaced by "backend_host"" The thing here is that for volume HA, either backend_host needs to be set in the *backend* *xor* *host* needs to be set only for cinder-volume service. What this change however did was changing the DEFAULT group host parameter to the nonexisting backend_host parameter, which effectly completely disabled volume HA. This reverts commit e533d4e7f9484ccb343eceda7c89bf66fefc5b0b. --- chef/cookbooks/cinder/templates/default/cinder-volume.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>