releasenotes: add notes for Mitaka cycle

Change-Id: I535fa5aa2e052027cc4fd52611cf39fb12806de9
This commit is contained in:
Emilien Macchi 2016-03-18 10:56:49 -04:00
parent 5e40aa6285
commit 1c2e64fc43
4 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,3 @@
---
fixes:
- Catch HTTP 403 responses (not authorized requests) in openstack provider.

View File

@ -0,0 +1,6 @@
---
features:
- Utility to handle IPv6 address brackets with normalize_ip_for_uri
is a function that help us to add brackets to IPv6 addresses
when missing. The function moved to puppetlabs-stdlib but is not in latest release
yet. Once it's done, we'll probably drop this function so our modules will use stdlib.

View File

@ -0,0 +1,4 @@
---
features:
- Add an "extra" hash parameter to os_database_connection that allows to extend
the database uri configuration.

View File

@ -0,0 +1,7 @@
---
fixes:
- Add retries to the openstack command.
Increase command timeout to 20s and request timeout to 60s
and sleep 3s between retries. Do not retry non-idempotent actions.
This is a more robust implementation that will prevent failures in case
of Keystone API failures during a deployment.