Merge "Add http as allowed store when glance configured to use rbd"
This commit is contained in:
commit
6b25205b3b
@ -61,7 +61,7 @@ flavor = keystone
|
||||
[glance_store]
|
||||
{% if enable_ceph | bool and glance_backend_ceph | bool %}
|
||||
default_store = rbd
|
||||
stores = rbd
|
||||
stores = rbd,http
|
||||
rbd_store_user = glance
|
||||
rbd_store_pool = {{ ceph_glance_pool_name }}
|
||||
rbd_store_chunk_size = 8
|
||||
|
Loading…
x
Reference in New Issue
Block a user