Disable barbican-ui dashboard
barbican-ui has not yet reached a 1.0.0 release and does not provide a functioning UI for the key manager service at this time. Once barbican-ui has basic functionality we can consider enabling this again. Change-Id: I9fc9147263881cc96f8e51b739d2ccf6f1f9fbf9
This commit is contained in:
parent
aa976a0544
commit
51bea10951
@ -295,7 +295,8 @@ horizon_launch_instance_defaults:
|
|||||||
horizon_enable_adjutant_ui: "{{ (groups['adjutant_all'] is defined) and (groups['adjutant_all'] | length > 0) }}"
|
horizon_enable_adjutant_ui: "{{ (groups['adjutant_all'] is defined) and (groups['adjutant_all'] | length > 0) }}"
|
||||||
|
|
||||||
## Barbican UI Panel
|
## Barbican UI Panel
|
||||||
horizon_enable_barbican_ui: "{{ (groups['barbican_all'] is defined) and (groups['barbican_all'] | length > 0) }}"
|
### Barbican UI is just a cookie-cutter scaffolding and does not provide any functionality at this time.
|
||||||
|
horizon_enable_barbican_ui: False
|
||||||
|
|
||||||
## Blazar UI Panel
|
## Blazar UI Panel
|
||||||
horizon_enable_blazar_ui: "{{ (groups['blazar_all'] is defined) and (groups['blazar_all'] | length > 0) }}"
|
horizon_enable_blazar_ui: "{{ (groups['blazar_all'] is defined) and (groups['blazar_all'] | length > 0) }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user