Update the Ceph pgs value for tests

refer to https://review.openstack.org/#/c/564169/

Change-Id: I093b0b8fd3b34c9b35149c9e4ae945a8e0e67f53
This commit is contained in:
ZhijunWei 2018-04-30 15:35:04 +00:00
parent 8892111bfe
commit 585efc27ab

View File

@ -33,8 +33,8 @@ openstack_service_workers: "1"
{% if scenario == "ceph" %}
enable_ceph: "yes"
enable_cinder: "yes"
ceph_pool_pg_num: 64
ceph_pool_pgp_num: 64
ceph_pool_pg_num: 8
ceph_pool_pgp_num: 8
{% endif %}
keystone_token_provider: "fernet"