--- glance-api.conf.j2.old 2016-11-07 20:29:01.869086649 +0000 +++ glance-api.conf.j2 2016-11-07 20:27:31.968033707 +0000 @@ -35,6 +35,11 @@ # defaults to true if RBD is used as default store show_image_direct_url = {{ glance_show_image_direct_url }} +{% if 'rbd' in glance_available_stores %} +show_multiple_locations = True +location_strategy = location_order +{% endif %} + [task] task_executor = {{ glance_task_executor }}