
This PR updates the yaml linter configuration to align it with what we have in the osh-infra repo. Change-Id: I3585fdc6663b2ae7bfb5c1d8a13672ac3055bf86
8 lines
237 B
YAML
8 lines
237 B
YAML
---
|
|
other:
|
|
- |
|
|
memcache backend for nova has been changed from oslo_cache.memcache_pool
|
|
to dogpile.cache.memcached. You can revert to previous behaviour by
|
|
setting conf.nova.cache.backend to "oslo_cache.memcache_pool".
|
|
...
|