Update qpid attributes

This change finishes off bp use-data-bag-for-qpid-password by removing
the unnecessary qpid attribute and defaulting qpid username to the same
value as openstack.mq.user.

Change-Id: I3ee99989c54fcda746eacb5c38011308494dc394
Implements: blueprint use-data-bag-for-qpid-password
This commit is contained in:
Matt Thompson
2014-03-11 15:31:05 +00:00
parent 4b8fcbcc46
commit bc5e76a8cb
3 changed files with 7 additions and 3 deletions

View File

@@ -2,6 +2,11 @@
This file is used to list changes made in each version of cookbook-openstack-common.
## 8.3.0
### Blueprint
* use-data-bag-for-qpid-password: have qpid use get_password method rather than
using a password attribute
## 8.2.1
### Bug
* Add notification_topics attribute to network attributes

View File

@@ -53,8 +53,7 @@ default['openstack']['mq']['vhost'] = '/'
# Default qpid and rabbit values (for attribute assignment below)
###################################################################
qpid_defaults = {
username: '',
password: '',
username: node['openstack']['mq']['user'],
sasl_mechanisms: '',
reconnect: true,
reconnect_timeout: 0,

View File

@@ -4,7 +4,7 @@ maintainer_email 'cookbooks@lists.tfoundry.com'
license 'Apache 2.0'
description 'Common OpenStack attributes, libraries and recipes.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '8.2.1'
version '8.3.0'
recipe 'openstack-common', 'Installs/Configures common recipes'
recipe 'openstack-common::set_endpoints_by_interface', 'Set endpoints by interface'