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
This commit is contained in:
Matt Riedemann 2018-12-07 16:50:42 -05:00
parent 88e1374626
commit 987d330785
1 changed files with 2 additions and 2 deletions

View File

@ -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