aboutsummaryrefslogtreecommitdiffstats
path: root/.yamllint
diff options
context:
space:
mode:
authorliyuenan <liyuenan@huawei.com>2017-01-11 14:26:41 +0800
committerYuenan Li <liyuenan@huawei.com>2017-01-12 02:11:12 +0000
commit975480478b0b207656881232470461053694c609 (patch)
treea76efbfc2d00281574652b436fe4740ec1fd26f8 /.yamllint
parentcec54463608e42cf2cbd746a4078ecc8af2c22da (diff)
FIX Ceph user error
The command of create ceph user for openstack is destroied in Yamllint patch. There is a error in the roles/ceph-openstack/tasks/ceph-openstack-pre.yml. It should not change a line between the quotations. JIRA: - Change-Id: I5347e8bfde129855c28cb5313b8367f4edb065ca Signed-off-by: liyuenan <liyuenan@huawei.com>
Diffstat (limited to '.yamllint')
-rw-r--r--.yamllint10
1 files changed, 1 insertions, 9 deletions
diff --git a/.yamllint b/.yamllint
index bcdaf339..66a91f9a 100644
--- a/.yamllint
+++ b/.yamllint
@@ -3,15 +3,7 @@
extends: default
rules:
- # 80 chars should be enough, but don't fail if a line is longer
+ # 100 chars should be enough
line-length:
max: 100
level: error
-
- # accept both key:
- # - item
- #
- # and key:
- # - item
- indentation:
- indent-sequences: whatever