horizon/releasenotes/notes/use-simple-tenant-usage-f713a2eff9357458.yaml
Akihiro Motoki c9e47d6595 Add new setting for SimpleTenantUsage
This introduces a new setting OPENSTACK_USE_SIMPLE_TENANT_USAGE
as a replace of SimpleTenantUsage in OPENSTACK_NOVA_EXTENSIONS_BLACKLIST.
We received feedbacks on the need to control whether SimpleTenantUsage
is used or not, so we need a new setting before retiring
OPENSTACK_NOVA_EXTENSIONS_BLACKLIST.

Change-Id: Ib786ea2ac232fcd851f4b276b9144c14c0b62a0a
2020-10-27 19:59:34 +09:00

18 lines
766 B
YAML

---
features:
- |
A new setting ``OPENSTACK_USE_SIMPLE_TENANT_USAGE`` was introduced
as a replacement of ``SimpleTenantUsage`` in
the deprecated ``OPENSTACK_NOVA_EXTENSIONS_BLACKLIST`` setting.
This new setting controls whether ``SimpleTenantUsage`` nova API is used
in the usage overview. According to feedbacks to the horizon team,
the usage of ``SimpleTenantUsage`` can cause performance issues in the
nova API in larger deployments.
Try to set this to ``False`` for such cases.
upgrade:
- |
Considering the deprecation of ``OPENSTACK_NOVA_EXTENSIONS_BLACKLIST``,
set a new setting ``OPENSTACK_USE_SIMPLE_TENANT_USAGE`` to ``False``
if you specify ``SimpleTenantUsage`` in
``OPENSTACK_USE_SIMPLE_TENANT_USAGE``