088c2658e5
Ceph only. Example conf: configs: ceph: fsid: "afca8524-2c47-4b81-a0b7-2300e62212f9" mon_host: "IP OF CEPH MON NODE" cinder: enable: true key: "AQCeQ+5XUCgdDBAARRl6lx8Lze9wwf2IzCgBnA==" rbd_secret_uuid: "b416770d-f3d4-4ac9-b6db-b6a7ac1c61c0" Change-Id: I31fde6e2beaf6303fef7188eb2c859beb90567ab
10 lines
138 B
INI
10 lines
138 B
INI
[tox]
|
|
minversion = 1.6
|
|
envlist = linters
|
|
skipsdist = True
|
|
|
|
[testenv:linters]
|
|
deps = yamllint
|
|
commands =
|
|
{toxinidir}/tools/yamllint.sh
|