diff options
author | Matt Riedemann <mriedem.os@gmail.com> | 2018-12-07 16:50:42 -0500 |
---|---|---|
committer | Matt Riedemann <mriedem.os@gmail.com> | 2018-12-07 16:50:42 -0500 |
commit | 987d3307851cf5a12cd39516ca060e1f4387bb28 (patch) | |
tree | eaa92ceca174e8ae069e8a5e85ef2a3210e84d71 /api-ref | |
parent | 88e13746267f64376b7ed1cd9fd95a770b1b1989 (diff) | |
download | ironic-987d3307851cf5a12cd39516ca060e1f4387bb28.tar.gz |
api-ref: update node.resource_class description
The future of scheduling with custom resource classes is now!
Actually it has been for a couple of years. This drops the
"future" part of the parameter description and links to the
docs on configuring nova flavors with custom resource classes
for scheduling with the placement service.
Change-Id: Id904acdf305096738604eacb225136f1f9c03338
Diffstat (limited to 'api-ref')
-rw-r--r-- | api-ref/source/parameters.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index c05bc3571..ce982520a 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -1292,8 +1292,8 @@ reservation: resource_class: description: | A string which can be used by external schedulers to identify this Node as - a unit of a specific type of resource. This will be used by the openstack - Placement Engine in a future release. + a unit of a specific type of resource. For more details, see: + https://docs.openstack.org/ironic/latest/install/configure-nova-flavors.html in: body required: true type: string |