From 42d32caccb1c905577f9e2f7e689fa2337f433a7 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Fri, 27 Apr 2018 17:27:50 +0200 Subject: [PATCH] Test horizon dashboard support Adds a simple installation of the horizon heat-dashboard to test the integration. Change-Id: Iac158a354ffeb9ef00056ad45d2b25b8444cf5b6 --- manifests/horizon.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/horizon.pp b/manifests/horizon.pp index 076794cbf..33aaa189f 100644 --- a/manifests/horizon.pp +++ b/manifests/horizon.pp @@ -42,4 +42,5 @@ class openstack_integration::horizon { compress_offline => false, } + horizon::dashboard { 'heat': } }