Files
heat/releasenotes/notes/add-tenant_id-for-physnet-and-router.yaml
Suiong Ng 8a02abd8af support "tenant_id" property in provider_net and router
Currently, OS::Neutron::ProviderNet and OS::Neutron::Router do not
support the property tenant_id. Supporting this field can enable an
admin user to create physnet and router for non-admin users.

Change-Id: I451f73098ee8af9b562fe19fae8a92cfb2d8a5d0
2025-02-18 00:06:36 +09:00

9 lines
235 B
YAML

---
features:
- |
Added the ``tenant_id`` property to the following resources. This property
allows admin users to create these resources in specific tenants.
- ``OS::Neutron::ProviderNet``
- ``OS::Neutron::Router``