Merge "Start using dogpile caching in devstack tests"
This commit is contained in:
commit
24c54016be
@ -379,6 +379,10 @@ EOF
|
||||
cp /etc/openstack/clouds.yaml /tmp
|
||||
cat >>/tmp/clouds.yaml <<EOF
|
||||
cache:
|
||||
max_age: 3600
|
||||
class: dogpile.cache.dbm
|
||||
arguments:
|
||||
filename: $HOME/.cache/openstack/shade.dbm
|
||||
expiration:
|
||||
floating-ip: 5
|
||||
server: 5
|
||||
|
Loading…
Reference in New Issue
Block a user