puppet-openstacklib/releasenotes/notes/retry_client-b8a0e1f9ff679281.yaml
Emilien Macchi 1c2e64fc43 releasenotes: add notes for Mitaka cycle
Change-Id: I535fa5aa2e052027cc4fd52611cf39fb12806de9
2016-03-18 17:00:44 -04:00

8 lines
313 B
YAML

---
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.