aa7c6f8769
Nova services only support computes that are not older than the previous major release. This patch introduces a check in the service startup that prevents staring the service if too old computes are detected. Change-Id: Ie15ec8299ae52ae8f5334d591ed3944e9585cf71
8 lines
273 B
YAML
8 lines
273 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Nova services only support old computes if the compute is not
|
|
older than the previous major nova release. To prevent compatibility
|
|
issues at run time nova services will refuse to start if the deployment
|
|
contains too old compute services.
|