Switch current master to train

We branched stable/stein so master is now for train.

Change-Id: Id433d8d512e62bdf405303829ebff3e2d8849a97
This commit is contained in:
Thomas Bechtold 2019-03-28 11:26:43 +01:00
parent 9d04d1583c
commit 25895c2665
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ import yaml
import json
# the current 'in development' release
CURRENT_MASTER = 'stein'
CURRENT_MASTER = 'train'
# the host where to query for open reviews
GERRIT_HOST = 'https://review.openstack.org'