From e89de06614182232683bf53fb8827c13d76022a5 Mon Sep 17 00:00:00 2001 From: jianyi Date: Fri, 9 Dec 2016 15:07:27 +0800 Subject: [PATCH] Enable solum dashboard when enable_solum is yes Change-Id: I4124a0dcbb1ba821899cca18b9e0cc8d0d37d007 Depends-On: I531ef11f11920bb9db4b0cba43038694998afcf3 Closes-Bug: #1648709 --- ansible/roles/horizon/tasks/start.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/horizon/tasks/start.yml b/ansible/roles/horizon/tasks/start.yml index 77be5d0339..e94bc5d5b2 100644 --- a/ansible/roles/horizon/tasks/start.yml +++ b/ansible/roles/horizon/tasks/start.yml @@ -14,6 +14,7 @@ ENABLE_SAHARA: "{{ 'yes' if enable_sahara | bool else 'no' }}" ENABLE_SEARCHLIGHT: "{{ 'yes' if enable_searchlight | bool else 'no' }}" ENABLE_SENLIN: "{{ 'yes' if enable_senlin | bool else 'no' }}" + ENABLE_SOLUM: "{{ 'yes' if enable_solum | bool else 'no' }}" ENABLE_TROVE: "{{ 'yes' if enable_trove | bool else 'no' }}" ENABLE_WATCHER: "{{ 'yes' if enable_watcher | bool else 'no' }}" volumes: