From 30e92ebd11d06a7ea7447338ba15d02f11727acd Mon Sep 17 00:00:00 2001 From: Sean McGinnis Date: Tue, 25 Feb 2020 16:04:30 -0600 Subject: [PATCH] Switch neutron-*-dashboard to cycle-with-rc Deliverables following the cycle-with-intermediary model are expected to release multiple times throughout the development cycle. Since neutron-*-dashboard only released once last cycle, and has not done a release yet this cycle, this proposes changing the release model to cycle-with-rc so the expectation is only that it will release an RC by the end of the cycle prior to doing the final release. For the team, please respond to this patch in one of the following ways: * -1 this patch and follow up with an intermediary release * +1 this patch and we will switch over the release model * -1 this patch, but acknowledge a release will be done prior to the RC1 deadline. Change-Id: I6962e9c710dd6c5cc5f31d9e75121aa22188bce6 Signed-off-by: Sean McGinnis --- deliverables/ussuri/neutron-fwaas-dashboard.yaml | 2 +- deliverables/ussuri/neutron-vpnaas-dashboard.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deliverables/ussuri/neutron-fwaas-dashboard.yaml b/deliverables/ussuri/neutron-fwaas-dashboard.yaml index 84f9766cb9..7aeafe7deb 100644 --- a/deliverables/ussuri/neutron-fwaas-dashboard.yaml +++ b/deliverables/ussuri/neutron-fwaas-dashboard.yaml @@ -2,6 +2,6 @@ launchpad: neutron-fwaas-dashboard team: neutron type: horizon-plugin -release-model: cycle-with-intermediary +release-model: cycle-with-rc repository-settings: openstack/neutron-fwaas-dashboard: {} diff --git a/deliverables/ussuri/neutron-vpnaas-dashboard.yaml b/deliverables/ussuri/neutron-vpnaas-dashboard.yaml index e363449d0f..e3f50bc625 100644 --- a/deliverables/ussuri/neutron-vpnaas-dashboard.yaml +++ b/deliverables/ussuri/neutron-vpnaas-dashboard.yaml @@ -2,6 +2,6 @@ launchpad: neutron-vpnaas-dashboard team: neutron type: horizon-plugin -release-model: cycle-with-intermediary +release-model: cycle-with-rc repository-settings: openstack/neutron-vpnaas-dashboard: {}