A library containing standardized trait strings. Used by placement service and clients to ensure consistency.
Go to file
Wang Huaqiang 77c39a1037 CPU: add a trait for AVX512-VNNI support
Add a new standard trait HW_CPU_X86_AVX512VNNI for the support
of CPU AVX512-VNNI instructions.

AVX512-VNNI is the vector network instruction set which is described in
https://en.wikipedia.org/wiki/AVX-512#New_instructions_in_AVX-512_VNNI.

Change-Id: Id12ed38c1648b006c20cf5875a9b2ffe1690ecd6
2019-07-26 14:59:29 +08:00
doc Sync Sphinx requirement 2019-06-20 00:32:21 +08:00
os_traits CPU: add a trait for AVX512-VNNI support 2019-07-26 14:59:29 +08:00
releasenotes Sync Sphinx requirement 2019-06-20 00:32:21 +08:00
.gitignore Switch to stestr 2018-07-18 10:33:07 +01:00
.gitreview OpenDev Migration Patch 2019-04-19 19:49:13 +00:00
.stestr.conf Switch to stestr 2018-07-18 10:33:07 +01:00
.zuul.yaml Add Python 3 Train unit tests 2019-07-05 15:44:19 -04:00
CONTRIBUTING.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-26 18:05:39 +08:00
HACKING.rst Replace git.openstack.org URLs with opendev.org URLs 2019-04-26 18:05:39 +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 Replace git.openstack.org URLs with opendev.org URLs 2019-04-26 18:05:39 +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 Add Python 3 Train unit tests 2019-07-05 15:44:19 -04:00
setup.py Updated from global requirements 2017-03-03 22:57:04 +00:00
test-requirements.txt Update hacking version to latest 2019-01-05 00:43:01 +08:00
tox.ini Add Python 3 Train unit tests 2019-07-05 15:44:19 -04: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.