neutron/releasenotes/notes/rename-tenant-to-project-b19a4068f8625969.yaml
Dariusz Smigiel df9411dc11 Rename DB columns: tenant -> project
All occurences of ``tenant_id`` across the database are renamed
to ``project_id``. Both options are equally valid, but ``project_id``
is preferred.
To inform external users about the change, HasTenant class was
deprecated.

UpgradeImpact
Partially-Implements: blueprint keystone-v3

Change-Id: I87a8ef342ccea004731ba0192b23a8e79bc382dc
2016-08-03 14:34:37 +00:00

6 lines
148 B
YAML

---
upgrade:
- |
tenant_id column has been renamed to project_id.
This database migration is required to be applied as offline migration.