cloudkitty/releasenotes/notes/post-api-create-scope-739098144706a1cf.yaml
Rafael Weingärtner 3a2623484e Add API to create scopes
This commit adds an API enabling the POST operation to create scopes in
an ad hoc fashion. This is useful for operators to register scopes
before they are created as resources in the collected backend so their
processing can be discarded right away, for example for trial
projects/accounts.

Otherwise, we need to wait for them to create resources, then for
example Ceilometer has to monitor these resources, persist measures in
Gnocchi, then CloudKitty has to discover the scopes and finally we can
disable their processing.

Change-Id: I3e947d36c9d5d5da07115d35dde578ae300cbe5c
2022-06-03 05:06:10 -03:00

8 lines
293 B
YAML

---
features:
- |
Introduce an API to create scopes with a POST request. This is useful for
operators to register scopes before they are created as resources in the
collected backend and disable their processing without waiting for the
scopes to be discovered by CloudKitty.