diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d42e41..db618d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ openstack-block-storage Cookbook CHANGELOG ============================== This file is used to list changes made in each version of the openstack-block-storage cookbook. +7.2.2 +### Bug +* fix a bug related to qpid. + ## 7.2.1 ### Bug * relax the dependencies to the 7.x series diff --git a/metadata.rb b/metadata.rb index f925565..7225def 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ maintainer_email "cookbooks@lists.tfoundry.com" license "Apache 2.0" description "The OpenStack Advanced Volume Management service Cinder." long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version "7.2.1" +version "7.2.2" recipe "openstack-block-storage::common", "Defines the common pieces of repeated code from the other recipes" recipe "openstack-block-storage::api", "Installs the cinder-api, sets up the cinder database, and cinder service/user/endpoints in keystone" diff --git a/templates/default/cinder.conf.erb b/templates/default/cinder.conf.erb index 09666cd..981b16a 100644 --- a/templates/default/cinder.conf.erb +++ b/templates/default/cinder.conf.erb @@ -429,7 +429,7 @@ rabbit_virtual_host=<%= node["openstack"]["block-storage"]["rabbit"]["vhost"] %> ##### QPID ##### ######## defined in cinder.openstack.common.rpc.impl_qpid ######## -rpc_backend=nova.openstack.common.rpc.impl_qpid +rpc_backend=cinder.openstack.common.rpc.impl_qpid qpid_hostname=<%= node["openstack"]["block-storage"]["mq"]["qpid"]["host"] %> #### (StrOpt) Qpid broker hostname