deb-gnocchi/releasenotes/notes/creator_field-6b715c917f6afc93.yaml
Julien Danjou 39265b4916 Merge project and user id in a creator field
This patches merge the user and project identifier in a single field
which is creator (for created_by_*) for resources and metrics. The old
fields are still returned, and still works as they are translated to the
equivalent creator fields.

Change-Id: I05dad874218aa9139a83e73c5ba2af638501ad9e
2017-01-11 11:15:21 +01:00

7 lines
229 B
YAML

---
deprecations:
- >-
The `created_by_user_id` and `created_by_project_id` field are now
deprecated and being merged into a unique `creator` field. The old fields
are still returned and managed by the API for now.