df9411dc11
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
6 lines
148 B
YAML
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.
|