Update tooling to support cycle-with-rc model
This updates commands and tools to work with the cycle-with-rc model. Change-Id: I8df85df1c84ae6d8fb37a5206e155f84f8fac947 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
@@ -27,7 +27,7 @@ from openstack_releases import series_status
|
||||
from openstack_releases import yamlutils
|
||||
|
||||
# Release models that support release candidates.
|
||||
_USES_RCS = ['cycle-with-milestones', 'cycle-trailing']
|
||||
_USES_RCS = ['cycle-with-milestones', 'cycle-trailing', 'cycle-with-rc']
|
||||
|
||||
LOG = logging.getLogger('')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user