Add microversion bump exception for scheduler-hint
It seems diffcult to manage schedulers on microversions, so this patch adds it as an exception. Change-Id: Ic86e5db39d3b3cd0ba1f182fd82a62cb98fb8075
This commit is contained in:
parent
d1b2fd412c
commit
704c6e4d9c
@ -60,6 +60,12 @@ changed. The user contract covers many kinds of information such as:
|
||||
|
||||
Example: adding a new attribute 'locked': True/False to the request body
|
||||
|
||||
However, the attribute ``os.scheduler_hints`` of the "create a server" API
|
||||
is an exception to this. A new scheduler which adds a new attribute
|
||||
to ``os:scheduler_hints`` doesn't require a new microversion, because
|
||||
available schedulers depend on cloud environments, and we accept customized
|
||||
schedulers as a rule.
|
||||
|
||||
- the Response
|
||||
|
||||
- the list of attributes and data structures returned
|
||||
|
Loading…
x
Reference in New Issue
Block a user