
To implement the usage of same_subtree query parameter in the allocation candidate request first the minimum requires placement microversion needs to be bumped from 1.35 to 1.36. This patch makes such bump and update the related nova upgrade check. Later patches will modify the query generation to include the same_subtree param to the request. Change-Id: I5bfec9b9ec49e60c454d71f6fc645038504ef9ef blueprint: qos-minimum-guaranteed-packet-rate
8 lines
225 B
YAML
8 lines
225 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Nova now requires that the Placement API supports at least
|
|
microversion 1.36, added in Train. The related nova-upgrade
|
|
check has been modified to warn if this prerequisite is not
|
|
fulfilled.
|