From 987d3307851cf5a12cd39516ca060e1f4387bb28 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 7 Dec 2018 16:50:42 -0500 Subject: [PATCH] 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 --- api-ref/source/parameters.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index c05bc3571b..ce982520a0 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