Go to file
qingszhao c51e74ad81 fix tox python3 overrides
We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I60e0ac5a83a9458c4c7659135e1f330a5d68b63f
2018-07-21 15:17:42 +08:00
2018-07-18 10:31:32 +01:00
2018-06-29 14:39:56 +00:00
2018-07-18 10:33:07 +01:00
2018-07-18 10:33:07 +01:00
2018-01-30 09:41:13 -05:00
2017-09-06 14:56:01 +08:00
2018-06-27 23:19:22 +08:00
2017-09-06 14:56:01 +08:00
2017-03-03 22:57:04 +00:00
2018-07-18 10:33:07 +01:00
2018-07-21 15:17:42 +08: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.

Description
A library containing standardized trait strings. Used by placement service and clients to ensure consistency.
Readme 2 MiB
Languages
Python 100%