e9c25b02e5
This concludes the switch to the allocation API. Change-Id: I25cdae7d17604140f728fdbcfea4110cbd222679
12 lines
431 B
YAML
12 lines
431 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
An allocation name is now used for hostname instead of a custom ``extra``
|
|
field. Previously deployed instances will no longer be recognized, use
|
|
the allocation backfilling to make them recognized again.
|
|
deprecations:
|
|
- |
|
|
The exception classes ``DeploymentFailure``, ``TraitsNotFound`` and
|
|
``NoNodesReserved`` are deprecated and no longer used after transitioning
|
|
to the allocation API.
|