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