Enable horizon_backend_database if murano is enabled

Change-Id: I0eed4024b4ca86e458d92bd9703fb4a02feee947
Closes-Bug: #1666618
This commit is contained in:
Paul Bourke 2017-03-14 14:15:43 +00:00
parent c0df4ab8b6
commit b03906dd8b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -280,7 +280,7 @@ designate_ns_record: "sample.openstack.org"
##############################
# Horizon - Dashboard Options
##############################
#horizon_backend_database: "no"
#horizon_backend_database: "{{ enable_murano | bool }}"
#######################################