puppet-keystone/releasenotes/notes/fix_endpoint_update_when_missing-4cd73e06a8ac30f7.yaml
Sofer Athlan-Guyot fe0edef97d Fix endpoint update when one endpoint is missing.
Endpoint are created for admin, internal and public network by this
provider.  If only one of the endpoint is missing then all the endpoints
are recreated as puppet fails to match the resource with the remaining
endpoint.

This fix enable one to update the resource where update means "recreate
the missing endpoint".

Change-Id: Ic605725d1923680c6518ebadda36cb5d596c08fe
Closes-bug: 1559013
2016-06-23 18:44:24 +02:00

7 lines
218 B
YAML

---
fixes:
- Fixes `bug 1559013
<https://bugs.launchpad.net/puppet-keystone/+bug/1559013>`__ so
update of a keystone_endpoint does not recreate all endpoints when
one or two network endpoint are missing.