Skip to content
Snippets Groups Projects
Commit d8f6c76f authored by caoyuan's avatar caoyuan
Browse files

fix the tempest failure for external ceph


show_multiple_locations is missing for external ceph, and it will
cause tempest run failed.
it means the conditon for show_multiple_locations is
glance_backend_ceph but not enable_ceph, this patch it fix it.

Change-Id: I3c95c3b0a7e34639b376bdfd0205f3930b06e2cd
Closes-Bug: #1741022
Co-Authored-By: default avatarchenqiaomin <chen.qiaomin@99cloud.net>
parent 1c98469d
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ workers = {{ openstack_service_workers }}
registry_host = {{ kolla_internal_fqdn }}
{% if enable_ceph | bool %}
{% if glance_backend_ceph | bool %}
show_multiple_locations = True
{% endif %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment