trove/trove/configuration
Hirotaka Wakabayashi be54e5f16d Removes the deprecated argument tenant from TroveContext
The tenant argument of RequestContext in oslo.context had been
deprecated long time ago and it was finally removed in
oslo.context-4.0.0. We should remove the tenant argument of
TroveContext that derives from RequestContext and we should also
update the requirements.txt in the master branch.

The original problem of this patch is the Configurations API
errors in following cases:
* when getting a configuration.
* when adding a new configuration parameter.

Story: 2009933
Task: 44816
Change-Id: Idbd0507e6c87d6926f93806d0d1eef13f557d805
2022-03-20 04:10:21 +00:00
..
__init__.py adding configuration group support 2014-02-06 13:29:09 -06:00
models.py Add float types to load_items to support configuration parameters of float type 2021-06-20 03:36:07 +00:00
service.py Removes the deprecated argument tenant from TroveContext 2022-03-20 04:10:21 +00:00
views.py Support datastore version number for configuration 2020-11-22 09:38:51 +13:00