76a32af7e9
After installing ceilometer with the metering cookbook, invoking the ceilometer CLI fails because the API base URL used is http://127.0.0.1:8777/v1/v2 which means that the base endpoint path of /v1 is incorrect and it should be simply /. Change-Id: Id65a17a888175c7b2fe2d3171147cedb66921cc9 Partial-Bug: #1277742
3.5 KiB
3.5 KiB
CHANGELOG for cookbook-openstack-common
This file is used to list changes made in each version of cookbook-openstack-common.
8.1.1
Bug
- Adjust metering service endpoint path from /v1 to /
8.1.0
Blueprint:
- yum-cookbook-v3-support: Update this cookbook to be compatible with version 3 of the yum cookbook.
8.0.1:
Bug
- Add sleep to search_for function, so that node can be searched
- Add CentOS/RHEL support
8.0.0:
- Upgrading to Havana
- Upgrading gems
- ChefSpec -> 3.0.2
- Foodcritic -> 3.0.3
- Berkshelf -> 2.0.10
0.4.7:
Bug
- Change
#db_uri
to hand out UTF8 MySQL URIs; i.e. append '?charset=utf8' to mysql URIs
0.4.6:
Bug
- Ensuring
#db_uri
returns a valid sqlite connection string- relative path example: 'path' = 'path/to/foo.db' -- will return sqlite:///foo.db
- absolute path example: 'path' = '/path/to/foo.db' -- will return sqlite:////foo.db
0.4.5:
- Added
openstack-common::set_endpoints_by_interface
to enable usingbind_interface
with endpoints rather than hard-code the IP addresses in an Environment.
0.4.4:
- Add support for openstack-common::sysctl and managing sysctl settings via the node['openstack']['sysctl'] hash, written out to /etc/sysctl.d/60-openstack.conf
0.4.3:
- Corrected
#search_for
role and recipe queries.
0.4.2:
- Remove hardcoded localhost for mysql host specification.
0.4.1:
- Changed endpoint attributes to use http for default scheme. this is inline with default settings in keystone. fine for dev, but should be ssl for prod.
0.4.0:
- Remove
#config_by_role
as it is no longer used and no longer suits our needs.
0.3.5:
- Reverted change made in
8311869e5b
.
0.3.4:
- Allow
#search_for
to always returns an array.
0.3.3:
- Incorrectly mocked search results, as a result
#search_for
was performing unnecessary actions to an array.
0.3.2:
- Fix network-api endpoint path
0.3.1:
- Corrected a faulty Chef search query with
#config_by_role
. The search returns a Hash, not an array.
0.3.0:
- Added
#rabbit_servers
method, which returns a comma-delimited string of rabbit servers in the format of host:port. - The
#memcached_servers
method no longer accepts an environment. - Re-factored methods which search to a generic
#search_for
. - Added
#address_for
method, which returns the IPv4 (default) address of the given interface. - Added global mysql setting of port and db type, for use with wrapper cookbooks.
- Add default messaging attributes, for use with wrapper cookbooks.
0.2.6:
- Update Chef dependency to Chef 11.
0.2.5:
- Moved the default library to database, to better represent its duties.
0.2.4:
- Break out #memcached_servers into separate library.
0.2.3:
- Sort the results returned by #memcached_servers.
0.2.2:
- Provides a mechanism to override memcache_servers search logic through node attributes.
0.2.1:
- Adds a prettytable_to_array function for parsing OpenStack CLI output.
0.2.0:
- First release of cookbook-openstack-common that aligns with the Grizzly packaging.
- Adds OpenStack Network endpoints.
0.1.x:
- Folsom-based packaging.
0.0.1:
- Initial release of cookbook-openstack-common.
Check the Markdown Syntax Guide for help with Markdown.
The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.