Merge "Adding identity admin bind host endpoint"
This commit is contained in:
commit
c2252807d4
@ -2,6 +2,9 @@
|
||||
|
||||
This file is used to list changes made in each version of cookbook-openstack-common.
|
||||
|
||||
## 10.1.0
|
||||
* Adding identity admin bind host endpoint to allow flexibility and consistency
|
||||
|
||||
## 10.0.3
|
||||
* Adding identity internal endpoint variables to support new endpoint usage in identity cookbook
|
||||
* Add sensitive flag to openrc template resource
|
||||
|
@ -191,6 +191,10 @@ default['openstack']['endpoints']['identity-internal']['path'] = '/v2.0'
|
||||
default['openstack']['endpoints']['identity-internal']['bind_interface'] = nil
|
||||
|
||||
# The OpenStack Identity (Keystone) Admin API endpoint
|
||||
default['openstack']['endpoints']['identity-admin-bind']['host'] = node['openstack']['endpoints']['bind-host']
|
||||
default['openstack']['endpoints']['identity-admin-bind']['port'] = '35357'
|
||||
default['openstack']['endpoints']['identity-admin-bind']['bind_interface'] = nil
|
||||
|
||||
default['openstack']['endpoints']['identity-admin']['host'] = node['openstack']['endpoints']['host']
|
||||
default['openstack']['endpoints']['identity-admin']['scheme'] = 'http'
|
||||
default['openstack']['endpoints']['identity-admin']['port'] = '35357'
|
||||
|
@ -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 '10.0.3'
|
||||
version '10.1.0'
|
||||
|
||||
recipe 'openstack-common', 'Installs/Configures common recipes'
|
||||
recipe 'openstack-common::set_endpoints_by_interface', 'Set endpoints by interface'
|
||||
|
Loading…
Reference in New Issue
Block a user