Revert "Remove useless variable glance_backend_file"
Turns out this variable is not so useless...! In
I2c167bae6f34a102cd7fe66401d7defe13bf2bf7 we need to determine if a file
based backend is in use in order to determine how many api servers to
start. Without this variable these kind of checks would all need to be
updated every time a new shared storage backend is added.
This reverts commit 867c3bda39
.
Change-Id: I335acc12b68b577b33d6cb28675225c40e6231cd
This commit is contained in:
parent
a2551c2846
commit
93ff74e4d3
@ -431,6 +431,7 @@ keystone_default_user_role: "_member_"
|
||||
#######################
|
||||
# Glance options
|
||||
#######################
|
||||
glance_backend_file: "{{ not enable_ceph | bool }}"
|
||||
glance_backend_ceph: "{{ enable_ceph }}"
|
||||
|
||||
|
||||
|
@ -230,7 +230,8 @@ kolla_internal_vip_address: "10.10.10.254"
|
||||
# Glance - Image Options
|
||||
#########################
|
||||
# Configure image backend.
|
||||
#glance_backend_ceph: "{{ enable_ceph }}"
|
||||
#glance_backend_file: "yes"
|
||||
#glance_backend_ceph: "no"
|
||||
|
||||
#######################
|
||||
# Ceilometer options
|
||||
|
Loading…
Reference in New Issue
Block a user