placement/releasenotes/notes/train-require-root-provider-ids-60bc374ac354f41e.yaml
Matt Riedemann 4af1df9408 Change "Missing Root Provider IDs" upgrade check to a failure
We want to drop the REST API compability code for resource
providers with no root_provider_id in Train, so to start
we should make the related upgrade check a failure rather
than a warning.

Change-Id: Ifd3c84ea3348fc9e6653838d6fba4a5eb864f01e
Story: 2005613
Task: 30921
2019-05-22 14:45:36 -04:00

10 lines
352 B
YAML

---
upgrade:
- |
The ``Missing Root Provider IDs`` upgrade check in the
``placement-status upgrade check`` command will now produce a failure
if it detects any ``resource_providers`` records with a null
``root_provider_id`` value. Run the
``placement-manage db online_data_migrations`` command to heal these
types of records.