
This PR updates the yaml linter configuration to align it with what we have in the osh-infra repo. Change-Id: I3585fdc6663b2ae7bfb5c1d8a13672ac3055bf86
9 lines
332 B
YAML
9 lines
332 B
YAML
---
|
|
other:
|
|
- |
|
|
rbd_pool_app_name is a Ceph pool attribute. Moving it from conf.software.rbd to
|
|
conf.ceph.pools as app_name. This means that conf.software.rbd.rbd_pool_app_name
|
|
is now conf.ceph.pools.cinder.volumes.app_name and conf.software.rbd.rbd_pool_app_name_backup
|
|
is now conf.ceph.pools.backup.app_name.
|
|
...
|