f16c6570bf
This adds the "resource_class" field to the node table, object, and API, as well as a database migration to go with it. Change-Id: I936f2e7b2f4d26e01354e826e5595ff021c3a55c Partial-Bug: #1604916
14 lines
519 B
YAML
14 lines
519 B
YAML
---
|
|
features:
|
|
- Adds a `resource_class` field to the node resource,
|
|
which will be used by Nova to define which nodes may
|
|
quantitatively match a Nova flavor. Operators should
|
|
populate this accordingly before deploying the Ocata
|
|
version of Nova.
|
|
upgrade:
|
|
- Adds a `resource_class` field to the node resource,
|
|
which will be used by Nova to define which nodes may
|
|
quantitatively match a Nova flavor. Operators should
|
|
populate this accordingly before deploying the Ocata
|
|
version of Nova.
|