fix a qpid issue in cinder.conf

added the correct rpc_backend

Change-Id: I8efe287dcf21ff9a6d5931806dbd1e60c2a55de2
Closes-bug: 1257741
This commit is contained in:
salmanbaset 2013-12-04 21:51:10 +08:00
parent 9e343261ab
commit 38c8aa5c7a
3 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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"

View File

@ -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