1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
=========
os-traits
=========
`os-traits` is an OpenStack library containing standardized trait strings.
Traits are strings that represent a feature of a resource provider hosted by
the Placement_ service. 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.
* Free software: Apache license
* Documentation: https://docs.openstack.org/os-traits/latest/
* Source: http://opendev.org/openstack/os-traits
* Bugs: https://launchpad.net/placement
* Release Notes: https://docs.openstack.org/releasenotes/os-traits
.. _Placement: https://docs.openstack.org/placement/latest/
|