Test yaml syntax is correct on new changes. Fixes current warnings and errors Change-Id: I5888f8e4a9d27a08506036df2c564b9f2081cceechanges/16/547816/7
parent
d37036a6e2
commit
01a5388169
@ -0,0 +1,9 @@
|
||||
extends: default
|
||||
ignore: |
|
||||
.tox/
|
||||
|
||||
rules:
|
||||
line-length: disable
|
||||
truthy: disable
|
||||
braces:
|
||||
max-spaces-inside: 1
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- Add ansible role for openstack congress project which provide
|
||||
policy as a service across any collection of cloud services in
|
||||
order to offer governance and compliance for dynamic infrastructures.
|
||||
- Add ansible role for openstack congress project which provide
|
||||
policy as a service across any collection of cloud services in
|
||||
order to offer governance and compliance for dynamic infrastructures.
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
features:
|
||||
- Introduce OpenStack Infrastructure Optimization
|
||||
service, also known as Watcher. This project makes
|
||||
use of Ceilometer data to rebalance the cloud to
|
||||
meet declared goals and strategies.
|
||||
features:
|
||||
- Introduce OpenStack Infrastructure Optimization
|
||||
service, also known as Watcher. This project makes
|
||||
use of Ceilometer data to rebalance the cloud to
|
||||
meet declared goals and strategies.
|
||||
|
@ -1,3 +1,4 @@
|
||||
---
|
||||
other:
|
||||
- Congress doesn't work correctly out of the box and will
|
||||
not deploy. See Bug #1634641.
|
||||
not deploy. See Bug https://bugs.launchpad.net/kolla-ansible/+bug/1634641.
|
||||
|
Loading…
Reference in new issue