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:
@@ -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
|
||||
|
@@ -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,
|
||||
|
@@ -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'
|
||||
|
Reference in New Issue
Block a user