summaryrefslogtreecommitdiff
path: root/releasenotes/notes/add-node-resource-class-c31e26df4196293e.yaml
diff options
context:
space:
mode:
authorJim Rollenhagen <jim@jimrollenhagen.com>2016-07-20 14:20:45 -0700
committerJim Rollenhagen <jim@jimrollenhagen.com>2016-07-28 11:49:27 +0000
commitf16c6570bf0ffe70f83b85b963a4210c3990c573 (patch)
tree8c54d1cfcfec1903c0ec32b2f6d4a2d7cb9934e9 /releasenotes/notes/add-node-resource-class-c31e26df4196293e.yaml
parent246e886dde4c92564450a8758c96bb5aea02f62d (diff)
downloadironic-f16c6570bf0ffe70f83b85b963a4210c3990c573.tar.gz
Add node.resource_class field
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
Diffstat (limited to 'releasenotes/notes/add-node-resource-class-c31e26df4196293e.yaml')
-rw-r--r--releasenotes/notes/add-node-resource-class-c31e26df4196293e.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/releasenotes/notes/add-node-resource-class-c31e26df4196293e.yaml b/releasenotes/notes/add-node-resource-class-c31e26df4196293e.yaml
new file mode 100644
index 000000000..d52eca3d2
--- /dev/null
+++ b/releasenotes/notes/add-node-resource-class-c31e26df4196293e.yaml
@@ -0,0 +1,13 @@
+---
+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.