Switch master to Pike

Change-Id: I5e7b0331f9c6bea815f97a6a9a8fd6f5e0855294
This commit is contained in:
Thomas Bechtold 2017-02-10 14:21:25 +01:00
parent 75fd109cad
commit cb522ac343
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 = 'ocata'
CURRENT_MASTER = 'pike'
# the host where to query for open reviews
GERRIT_HOST = 'https://review.openstack.org'