ea35fd5152
This lets users configure providers which should fulfill requests before other providers. This facilitates using a less expensive cloud before using a more expensive one. The default priority is 100, to facilitate either raising above or lowering below the default (while using only positive integers in order to avoid confusion). Change-Id: I969ea821e10a7773a0a8d135a4f13407319362ee
10 lines
311 B
YAML
10 lines
311 B
YAML
---
|
|
features:
|
|
- |
|
|
Priority may now be set at the provider or provider-pool level.
|
|
Providers or pools with the highest priority will fulfill requests
|
|
first, until they are at quota, at which point lower-priority
|
|
providers will begin to be used.
|
|
|
|
See :attr:`providers.priority` for details.
|