Enable horizon_backend_database if murano is enabled
Change-Id: I0eed4024b4ca86e458d92bd9703fb4a02feee947 Closes-Bug: #1666618
This commit is contained in:
parent
c0df4ab8b6
commit
b03906dd8b
@ -483,7 +483,7 @@ nova_backend: "{{ 'rbd' if nova_backend_ceph | bool else 'default' }}"
|
||||
#######################
|
||||
# Horizon options
|
||||
#######################
|
||||
horizon_backend_database: "no"
|
||||
horizon_backend_database: "{{ enable_murano | bool }}"
|
||||
|
||||
#################
|
||||
# Octavia options
|
||||
|
@ -280,7 +280,7 @@ designate_ns_record: "sample.openstack.org"
|
||||
##############################
|
||||
# Horizon - Dashboard Options
|
||||
##############################
|
||||
#horizon_backend_database: "no"
|
||||
#horizon_backend_database: "{{ enable_murano | bool }}"
|
||||
|
||||
|
||||
#######################################
|
||||
|
Loading…
Reference in New Issue
Block a user