From 952ddbeb1e279551505a0d0a970ffdd06b913223 Mon Sep 17 00:00:00 2001 From: okozachenko Date: Wed, 2 Sep 2020 23:24:04 +0300 Subject: [PATCH] Enable horizon operation log Change-Id: I9d723840b9146d72c3d8eecb8559524fb1a8f5c9 --- openstack_operator/templates/horizon/configmap.yml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/openstack_operator/templates/horizon/configmap.yml.j2 b/openstack_operator/templates/horizon/configmap.yml.j2 index c426cbef..c80d7bb6 100644 --- a/openstack_operator/templates/horizon/configmap.yml.j2 +++ b/openstack_operator/templates/horizon/configmap.yml.j2 @@ -50,6 +50,8 @@ data: 'SimpleTenantUsage', ] + OPERATION_LOG_ENABLED = True + SECURITY_GROUP_RULES = { 'all_tcp': { 'name': _('All TCP'),