From d5c15a8ffffa501c9df0c3b8c5aca7e7793a6649 Mon Sep 17 00:00:00 2001 From: James Page Date: Fri, 5 Oct 2018 14:45:01 +0100 Subject: [PATCH] Enable FWaaS panel for OpenStack Rocky or later Install the neutron-fwaas-dashboard package at Rocky; this is the first release that this dashboard is packaged for and co-incides with the switch to using Python 3 for Horizon itself. Change-Id: I0522bd20b8f6f707c3f69b88313d9b0aa129af07 --- hooks/horizon_utils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hooks/horizon_utils.py b/hooks/horizon_utils.py index 7245c846..bc2b2440 100644 --- a/hooks/horizon_utils.py +++ b/hooks/horizon_utils.py @@ -75,6 +75,7 @@ PY3_PACKAGES = [ 'python3-designate-dashboard', 'python3-heat-dashboard', 'python3-neutron-lbaas-dashboard', + 'python3-neutron-fwaas-dashboard', 'python3-keystoneclient', 'python3-novaclient', 'python3-memcache',