openstack-ansible-os_tempest/releasenotes/notes/remove-unnecessary-vars-2b29b9fd5c7ac06a.yaml
Damian Dabrowski 18b2cba8cc Deprecate unnecessary variables
It is really unlikely to change these variables:
``tempest_network_tenant_network_cidr``, ``tempest_network_tenant_network_mask_bits``
and ``tempest_fatal_deprecations``

To keep tempest role as simple as it is possible, we should deprecate them.
They still can be changed using ``tempest_tempest_conf_overrides``.

Change-Id: Ia95f10c3548a5773c286e7d7075b71861fcef28b
2022-01-18 23:54:43 +01:00

7 lines
234 B
YAML

---
deprecations:
- variable ``tempest_network_tenant_network_cidr`` has been deprecated
- variable ``tempest_network_tenant_network_mask_bits`` has been deprecated
- variable ``tempest_fatal_deprecations`` has been deprecated