Stephen Finucane 25f3936ebc Update CI to use unversioned jobs template
As part of the migration of this project to the independent release
model, we failed to notice that the job template was still tied to a
specific release. We've now introduced a new unversioned job template,
'openstack-python3-jobs' [1], which was can and should use. Do this.

Note that this is effectively a revert of change
Ic93f1c77230d859713ea9bc86065880efa91de7c which attempted to resolve the
same problem in a different way.

[1] https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/833286/

Change-Id: Ibf1238bc7c09b4ae9824be81a06f22decfb40873
Depends-On: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/833286/
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2022-03-21 19:02:37 +00:00
2018-09-14 14:28:48 -06:00
2019-04-19 19:31:06 +00:00
2018-09-14 14:28:48 -06:00
2018-09-14 14:28:48 -06:00
2019-07-30 19:59:22 +02:00
2018-09-14 14:28:48 -06:00
2021-11-24 18:16:27 -06:00
2020-04-12 18:55:00 +02:00
2020-02-27 15:58:46 +00:00

os-resource-classes

A list of standardized resource classes for OpenStack.

A resource class is a distinct type of inventory that exists in a cloud environment, for example VCPU, DISK_GB. They are upper case with underscores. They often include a unit in their name.

This package provides a collection of symbols representing those standard resource classes which are expected to be available in any OpenStack deployment.

There also exists a concept of custom resource classes. These are countable types that are custom to a particular environment. The OpenStack placement API provides a way to create these. A custom resource class always begins with a CUSTOM_ prefix.

Description
A library containing standardized resource class names in the Placement service.
Readme 555 KiB
Languages
Python 100%