Go to file
Chris Dent 1ae04e7d41 Tune up documentation to be more useful
The cookiecutter template includes more documentation than we
need, so remove lots of extraneous stuff and lay in the basics.

Change-Id: I6ed22f70153b00844e8de05d186ecc780debc48c
2018-12-13 12:26:43 +00:00
2018-09-14 14:28:48 -06:00
2018-09-14 14:28:48 -06:00
2018-09-14 14:28:48 -06:00
2018-09-14 14:28:48 -06:00
2018-09-14 14:28:48 -06:00
2018-09-14 14:28:48 -06:00
2018-09-14 14:28:48 -06:00
2018-09-14 14:28:48 -06: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 578 KiB
Languages
Python 100%