tests/shrink_rgw: Disable dashboard

The shrink_rgw scenario has been merge just after the PR about enable
ceph dashboard by default.
So right now the shrink_rgw scenrio doesn't have nodes in the grafana
group and fails.
We just need to set dashboard_enabled to false.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
(cherry picked from commit 867583d5dd)
pull/4297/head
Dimitri Savineau 2019-07-31 14:17:48 -04:00 committed by Dimitri Savineau
parent 06c0a06122
commit 6a5308fa7f
2 changed files with 2 additions and 0 deletions

View File

@ -14,3 +14,4 @@ ceph_conf_overrides:
global:
osd_pool_default_size: 1
openstack_config: False
dashboard_enabled: False

View File

@ -11,3 +11,4 @@ copy_admin_key: true
ceph_conf_overrides:
global:
osd_pool_default_size: 1
dashboard_enabled: False