A library containing standardized trait strings. Used by placement service and clients to ensure consistency.
Go to file
Jianghua Wang 86661e36e5 GPU: define traits for maximum display heads
Some virtual GPUs support specific maximum display heads (or called as
display outputs). This commit is to define traits for display heads, so
that it's able to associate the supported maximum display heads to vGPU
resource providers and it can schedule resource providers based on the
allowed maximum number of display heads.

Change-Id: Ie2b2aca4c00f7b7e01de2eb0455cb180f5e42e3b
Reference: http://docs.nvidia.com/grid/5.0/pdf/grid-vgpu-user-guide.pdf
2018-03-15 15:22:38 +00:00
doc/source Update Usage information 2018-01-31 17:41:33 -08:00
os_traits GPU: define traits for maximum display heads 2018-03-15 15:22:38 +00:00
releasenotes Update reno for stable/queens 2018-01-24 18:02:38 +00:00
.gitignore Remove AUTHORS and ChangeLog 2017-07-04 12:39:39 +00:00
.gitreview update pep8/hacking and address failures 2017-03-02 11:37:02 -05:00
.testr.conf Fix testing with tox 2016-10-08 08:07:58 +00:00
CONTRIBUTING.rst Add code hosting URL 2018-01-30 09:41:13 -05:00
HACKING.rst Update the documentation urls 2017-09-06 14:56:01 +08:00
LICENSE Initial commit of os-capabilities library 2016-08-03 19:25:39 -04:00
MANIFEST.in Initial commit of os-capabilities library 2016-08-03 19:25:39 -04:00
README.rst Update the documentation urls 2017-09-06 14:56:01 +08:00
babel.cfg Initial commit of os-capabilities library 2016-08-03 19:25:39 -04:00
requirements.txt Updated from global requirements 2017-11-16 11:20:23 +00:00
setup.cfg Update the documentation urls 2017-09-06 14:56:01 +08:00
setup.py Updated from global requirements 2017-03-03 22:57:04 +00:00
test-requirements.txt Updated from global requirements 2018-01-27 18:21:30 +00:00
tox.ini doc: Remove cruft from conf.py 2017-08-23 09:46:37 +01:00

README.rst

os-traits

os-traits is a library containing standardized trait strings.

Traits are strings that represent a feature of some resource provider. This library contains the catalog of constants that have been standardized in the OpenStack community to refer to a particular hardware, virtualization, storage, network, or device trait.