tests: add ceph-override.json for ubuntu/cluster

in addition to 18e2ab4d this commit adds the same file for ubuntu
testing scenario.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/1988/head
Guillaume Abrioux 2017-10-05 12:59:29 +02:00
parent 4135091c98
commit 635111bf6a
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
"ceph_conf_overrides": {
"global": {
"osd_pool_default_pg_num": 12
}
}
}