39265b4916
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
7 lines
229 B
YAML
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.
|