Merge "Update the Ceph pgs value for tests"

This commit is contained in:
Zuul 2018-05-02 08:17:38 +00:00 committed by Gerrit Code Review
commit 074cc7459d

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"