Enable watcher dashboard when enable_watcher is yes
Depends-On: Ief5898f6bf1caa3a7fe6b2a96be2bdb79e402f28 Change-Id: I2ea4bd9308637056c6cb1b1d515efd1020a60d1b Closes-Bug: #1647162
This commit is contained in:
parent
8bd87dcc1e
commit
f301bba26c
@ -15,6 +15,7 @@
|
||||
ENABLE_SEARCHLIGHT: "{{ 'yes' if enable_searchlight | bool else 'no' }}"
|
||||
ENABLE_SENLIN: "{{ 'yes' if enable_senlin | bool else 'no' }}"
|
||||
ENABLE_TROVE: "{{ 'yes' if enable_trove | bool else 'no' }}"
|
||||
ENABLE_WATCHER: "{{ 'yes' if enable_watcher | bool else 'no' }}"
|
||||
volumes:
|
||||
- "{{ node_config_directory }}/horizon/:{{ container_config_directory }}/:ro"
|
||||
- "/etc/localtime:/etc/localtime:ro"
|
||||
|
Loading…
x
Reference in New Issue
Block a user