puppet-neutron/releasenotes/notes/deprecate-tenant-params-be303f3f3b2d4bc9.yaml
Takashi Kajinami 91c9bc3f33 Deprecate tenant_* properties
Tenant is a terminology used in old Keystone v2 API. This change
replaces it by "project" which is used in current Keystone v3 API.

Change-Id: I76799652ffa32dbe0447312fea72b0db0fab9743
2022-02-13 21:16:36 +09:00

12 lines
361 B
YAML

---
deprecations:
- |
The ``tenant_name`` property and the ``tenant_id`` property of the resource
types below have been deprecated and will be removed in a future release.
Use the ``project_name`` property and the ``project_id`` property instead.
- ``neutron_network``
- ``neutron_subnet``
- ``neutron_port``
- ``neutron_router``