Add blazar-dashboard into Horizon
Change-Id: Ie1ce8f29199dc36c0fe7671be48e7a655d997eb1 Deponds-on: I67876c734d147593a188ba385b60e02350b44fae
This commit is contained in:
parent
5d5bebcc90
commit
0460663296
@ -415,6 +415,7 @@ enable_gnocchi: "no"
|
||||
enable_grafana: "no"
|
||||
enable_heat: "yes"
|
||||
enable_horizon: "yes"
|
||||
enable_horizon_blazar: "{{ enable_blazar | bool }}"
|
||||
enable_horizon_cloudkitty: "{{ enable_cloudkitty | bool }}"
|
||||
enable_horizon_designate: "{{ enable_designate | bool }}"
|
||||
enable_horizon_fwaas: "{{ enable_neutron_fwaas | bool }}"
|
||||
|
@ -8,6 +8,7 @@ horizon_services:
|
||||
enabled: true
|
||||
image: "{{ horizon_image_full }}"
|
||||
environment:
|
||||
ENABLE_BLAZAR: "{{ 'yes' if enable_horizon_blazar | bool else 'no' }}"
|
||||
ENABLE_CLOUDKITTY: "{{ 'yes' if enable_horizon_cloudkitty | bool else 'no' }}"
|
||||
ENABLE_DESIGNATE: "{{ 'yes' if enable_horizon_designate | bool else 'no' }}"
|
||||
ENABLE_FWAAS: "{{ 'yes' if enable_horizon_fwaas | bool else 'no' }}"
|
||||
|
@ -167,6 +167,7 @@ kolla_internal_vip_address: "10.10.10.254"
|
||||
#enable_haproxy: "yes"
|
||||
#enable_heat: "yes"
|
||||
#enable_horizon: "yes"
|
||||
#enable_horizon_blazar: "{{ enable_blazar | bool }}"
|
||||
#enable_horizon_cloudkitty: "{{ enable_cloudkitty | bool }}"
|
||||
#enable_horizon_designate: "{{ enable_designate | bool }}"
|
||||
#enable_horizon_freezer: "{{ enable_freezer | bool }}"
|
||||
|
@ -0,0 +1,2 @@
|
||||
features:
|
||||
- Add blazar-dashboard to horizon.
|
Loading…
Reference in New Issue
Block a user