cloudkitty/releasenotes/notes/add-scope-key-58135c2a5c6dae68.yaml
Luka Peschke 0f79fbe944 Handle the scope id as a regular groupby attribute in storage
Until now, the scope_id was handled separately in the storage backend.
Given that the state is not handled by the storage backend anymore, the
scope_id should not be treated differently by the storage backend. This aims
at simplifying cloudkitty's internal architecture.

In order to make the scope available to the whole orchestrator/API context,
a "scope_key" option has been added to cloudkitty.conf, and it has been
removed from the extra_args from the Gnocchi and Monasca collectors.

Change-Id: Idaeb783cf6fb566d795b1a502f45d9260544ce02
Story: 2001372
Task: 26765
2018-10-05 14:59:20 +02:00

6 lines
159 B
YAML

---
other:
- |
The "scope_key" option is now defained in cloudkitty.conf and has been
removed from the cloudkitty and monasca collector's extra_args