Merge "Disable glance file backend with external Ceph"
This commit is contained in:
commit
709acaaef4
@ -515,7 +515,10 @@ keystone_default_user_role: "_member_"
|
||||
#######################
|
||||
# Glance options
|
||||
#######################
|
||||
glance_backend_file: "{{ not enable_ceph | bool }}"
|
||||
# Using glance_backend_ceph rather than enable_ceph to determine whether to
|
||||
# use the file backend, as this allows for the external ceph case, where
|
||||
# enable_ceph is False.
|
||||
glance_backend_file: "{{ not glance_backend_ceph | bool }}"
|
||||
glance_backend_ceph: "{{ enable_ceph }}"
|
||||
glance_backend_vmware: "no"
|
||||
glance_backend_swift: "no"
|
||||
|
Loading…
Reference in New Issue
Block a user