4387894de2
The api documentation is now published on docs.openstack.org instead of developer.openstack.org. Update all links that are changed to the new location. Note that redirects will be set up as well but let's point now to the new location. For details, see: http://lists.openstack.org/pipermail/openstack-discuss/2019-July/007828.html Change-Id: I9386b30e3bb2b5b734f5136374fdafbcc29f5137
27 lines
1.0 KiB
ReStructuredText
27 lines
1.0 KiB
ReStructuredText
===================
|
|
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.
|
|
|
|
* Free software: Apache license
|
|
* Documentation: https://docs.openstack.org/os-resource-classes/latest
|
|
* Source: https://opendev.org/openstack/os-resource-classes
|
|
* Bugs: https://storyboard.openstack.org/#!/project/openstack/os-resource-classes
|
|
|
|
.. _placement API: https://docs.openstack.org/api-ref/placement/
|