A library containing standardized trait strings. Used by placement service and clients to ensure consistency.
Go to file
Jay Pipes 56531c2a81 Add compute capabilities traits
The virt driver API in nova has a capabilities dict that lists the
capabilities of the virt driver.

Based on the patch at https://review.openstack.org/#/c/538498/6, let's
try to standardize the relevant capabilities into a new
os_traits.compute module.

Change-Id: I77f2c4c696010dfe25d3282374dac702b08abaa6
2018-04-24 13:37:31 -04:00
doc/source Update Usage information 2018-01-31 17:41:33 -08:00
os_traits Add compute capabilities traits 2018-04-24 13:37:31 -04: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
babel.cfg Initial commit of os-capabilities library 2016-08-03 19:25:39 -04: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
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

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.