From f27d3cfeb9ca11e74625d7410264b2ff89cc37b8 Mon Sep 17 00:00:00 2001 From: Witek Bedyk Date: Thu, 24 Oct 2019 12:35:20 +0200 Subject: [PATCH] Grant permissions for Monasca UI to horizon-core Extend the Code-Review and Workflow permissions for monasca-ui repository, so that the Horizon core team can merge the changes in the plugin. Change-Id: I550a78f80713cdac20875c3d559ca4be0ecedc75 --- gerrit/acls/openstack/monasca-ui.config | 24 ++++++++++++++++++++++++ gerrit/projects.yaml | 1 - 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 gerrit/acls/openstack/monasca-ui.config diff --git a/gerrit/acls/openstack/monasca-ui.config b/gerrit/acls/openstack/monasca-ui.config new file mode 100644 index 0000000000..d321ed9b80 --- /dev/null +++ b/gerrit/acls/openstack/monasca-ui.config @@ -0,0 +1,24 @@ +[access "refs/heads/*"] +abandon = group horizon-core +abandon = group monasca-core +label-Code-Review = -2..+2 group horizon-core +label-Code-Review = -2..+2 group monasca-core +label-Review-Priority = -1..+2 group monasca-core +label-Workflow = -1..+1 group horizon-core +label-Workflow = -1..+1 group monasca-core + +[label "Review-Priority"] +copyMaxScore = true +defaultValue = 0 +function = AnyWithBlock +value = -1 Branch Freeze +value = 0 No Priority +value = +1 Important Change +value = +2 Gate Blocker Fix / Urgent Change + +[receive] +requireChangeId = true +requireContributorAgreement = true + +[submit] +mergeContent = true diff --git a/gerrit/projects.yaml b/gerrit/projects.yaml index 1d4e31e990..347ac1cfe8 100644 --- a/gerrit/projects.yaml +++ b/gerrit/projects.yaml @@ -3598,7 +3598,6 @@ options: - translate use-storyboard: true - acl-config: /home/gerrit2/acls/openstack/monasca.config - project: openstack/mox3 description: Port of mox library to python 3 - project: openstack/murano