From b3d07a4b52ffc1889709826dfc8029b4891eb066 Mon Sep 17 00:00:00 2001 From: Scott Solkhon Date: Tue, 13 Aug 2019 12:17:37 +0000 Subject: [PATCH] Add missing Octavia policy file to Horizon This commit adds the missing policy file for Octavia in Horizon, thus enabling the panel where appropriate. Change-Id: I60f1a52de71519f2d8bd84baa8aba5700fa75b1c --- ansible/roles/horizon/tasks/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/roles/horizon/tasks/config.yml b/ansible/roles/horizon/tasks/config.yml index 59242ba04a..e3a86687e6 100644 --- a/ansible/roles/horizon/tasks/config.yml +++ b/ansible/roles/horizon/tasks/config.yml @@ -37,6 +37,7 @@ - { name: "murano", enabled: "{{ enable_horizon_murano }}" } - { name: "neutron", enabled: "{{ enable_neutron_horizon_policy_file }}" } - { name: "nova", enabled: "{{ enable_nova_horizon_policy_file }}" } + - { name: "octavia", enabled: "{{ enable_horizon_octavia }}" } - { name: "qinling", enabled: "{{ enable_horizon_qinling }}" } - { name: "sahara", enabled: "{{ enable_horizon_sahara }}" } - { name: "searchlight", enabled: "{{ enable_horizon_searchlight }}" }