Base data to generate the OpenStack map and the Software section of the www.openstack.org website.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
[tox] |
|
envlist = validate |
|
minversion = 1.6 |
|
skipsdist = True |
|
|
|
[testenv] |
|
install_command = pip install -U {opts} {packages} |
|
|
|
[testenv:validate] |
|
basepython = python3 |
|
deps = |
|
yamllint==1.4.1 |
|
commands = |
|
yamllint -f parsable \ |
|
deployment_tools.yaml openstack_components.yaml sdks.yaml
|
|
|