28da853830
1. Fix yamllint errors in .yamllint file(!)
YAML lint is currently failling on its own configuration file,
.yamllint. This change fixes the issues.
2. Run bindep role in Zuul jobs
This fixes an issue where libffi is not available.
Change-Id: Ic08a8e53a6905a68f0fe26d4b28184e62a64324f
(cherry picked from commit e3e5f7f20f
)
17 lines
307 B
Plaintext
17 lines
307 B
Plaintext
---
|
|
extends: default
|
|
ignore: |
|
|
.tox/
|
|
|
|
rules:
|
|
line-length: disable
|
|
truthy: disable
|
|
braces:
|
|
max-spaces-inside: 1
|
|
comments:
|
|
require-starting-space: true
|
|
# Ignore comment validation in globals.yml - we break the
|
|
# require-starting-space rule.
|
|
ignore: |
|
|
etc/kolla/globals.yml
|