a17851ab0a
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
9 lines
376 B
YAML
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).
|