Merge "Revert "Remove useless variable glance_backend_file""

This commit is contained in:
Jenkins 2017-04-11 07:46:30 +00:00 committed by Gerrit Code Review
commit 9a2df7e5a5
2 changed files with 3 additions and 1 deletions

View File

@ -431,6 +431,7 @@ keystone_default_user_role: "_member_"
####################### #######################
# Glance options # Glance options
####################### #######################
glance_backend_file: "{{ not enable_ceph | bool }}"
glance_backend_ceph: "{{ enable_ceph }}" glance_backend_ceph: "{{ enable_ceph }}"

View File

@ -230,7 +230,8 @@ kolla_internal_vip_address: "10.10.10.254"
# Glance - Image Options # Glance - Image Options
######################### #########################
# Configure image backend. # Configure image backend.
#glance_backend_ceph: "{{ enable_ceph }}" #glance_backend_file: "yes"
#glance_backend_ceph: "no"
####################### #######################
# Ceilometer options # Ceilometer options