nova/releasenotes/notes/no-placement-fallback-5db2d0645f51aca8.yaml
Roman Podoliaka a17851ab0a nova-status: require placement >= 1.4
Since Ia1a0066dc30025c02553584a077365b28d8ff80e FilterScheduler will
no longer fall back to not using placement API. We need to require
version 1.4 to prevent NoValidHost errors.

Closes-Bug: #1669433

Change-Id: I6666cb2f558ed1f4e83f21e0317a206b07c25134
2017-03-14 12:26:37 +02:00

9 lines
376 B
YAML

---
upgrade:
- In Ocata, the nova-scheduler would fall back to not calling the
placement service during instance boot if old computes were
running. That compatibility mode is no longer present in Pike, and
as such, the scheduler fully depends on the placement service.
This effectively means that in Pike Nova requires Placement API
version 1.4 (Ocata).