Adding Trove Horizon dashboard
Change-Id: I39fd55544d0df66223a6ffa9e8d62b65fc28044d
This commit is contained in:
parent
951e241089
commit
9eb9fc55bc
@ -32,3 +32,5 @@ horizon_package_state: "{{ package_state }}"
|
||||
|
||||
# If there are any Sahara hosts in the environment, then enable sahara-dashboard
|
||||
horizon_enable_sahara_ui: "{{ (groups['sahara_all'] is defined) and (groups['sahara_all'] | length > 0) }}"
|
||||
# If there are any Trove hosts in the environment, then enable trove-dashboard
|
||||
horizon_enable_trove_ui: "{{ (groups['trove_all'] is defined) and (groups['trove_all'] | length > 0) }}"
|
||||
|
@ -0,0 +1,5 @@
|
||||
---
|
||||
features:
|
||||
- Adds support for the horizon trove-ui dashboard. The
|
||||
dashboard will be automatically enabled if any trove
|
||||
hosts are defined.
|
Loading…
Reference in New Issue
Block a user