From c22850e52d02b2e47ce2ce8df3c65b48cbffe751 Mon Sep 17 00:00:00 2001 From: Jakob Hasselmann Date: Wed, 20 Sep 2017 12:40:35 +0200 Subject: [PATCH] Adds Neutron FWaaS Dashboard to Repo Adding the neutron-fwaas-dashbaord to the openstack_services.yml so it is available when referenced within the os_horizon role. Change-Id: Icba2c1caf57687d18137b6872265f021ff640f30 Partial-Bug: 1718187 --- playbooks/defaults/repo_packages/openstack_services.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/playbooks/defaults/repo_packages/openstack_services.yml b/playbooks/defaults/repo_packages/openstack_services.yml index 4cc1aef4d6..e776218559 100644 --- a/playbooks/defaults/repo_packages/openstack_services.yml +++ b/playbooks/defaults/repo_packages/openstack_services.yml @@ -108,6 +108,11 @@ neutron_lbaas_dashboard_git_repo: https://git.openstack.org/openstack/neutron-lb neutron_lbaas_dashboard_git_install_branch: af2e607338fb904f562b3c7ef3d2643d2f7526ba # HEAD of "master" as of 04.09.2017 neutron_lbaas_dashboard_git_project_group: horizon_all +## Horizon FWaaS dashboard plugin +neutron_fwaas_dashboard_git_repo: https://git.openstack.org//openstack/neutron-fwaas-dashboard +neutron_fwaas_dashboard_git_install_branch: 68981380085fe0e57da06d139281704960e45d57 # HEAD of "master" as of 05.09.2017 +neutron_fwaas_dashboard_git_project_group: horizon_all + ## Horizon Sahara dashboard plugin sahara_dashboard_git_repo: https://git.openstack.org/openstack/sahara-dashboard sahara_dashboard_git_install_branch: d6056d1ab66e8004db8ba47fcd64fd4c4bba04f1 # HEAD of "master" as of 04.09.2017