diff --git a/tests/functional/shrink_rgw/container/group_vars/all b/tests/functional/shrink_rgw/container/group_vars/all index ea67bb3d5..d51eb5e9c 100644 --- a/tests/functional/shrink_rgw/container/group_vars/all +++ b/tests/functional/shrink_rgw/container/group_vars/all @@ -14,3 +14,4 @@ ceph_conf_overrides: global: osd_pool_default_size: 1 openstack_config: False +dashboard_enabled: False diff --git a/tests/functional/shrink_rgw/group_vars/all b/tests/functional/shrink_rgw/group_vars/all index 870788c72..f4a27d45d 100644 --- a/tests/functional/shrink_rgw/group_vars/all +++ b/tests/functional/shrink_rgw/group_vars/all @@ -11,3 +11,4 @@ copy_admin_key: true ceph_conf_overrides: global: osd_pool_default_size: 1 +dashboard_enabled: False