Fix current master release

It is "stein", not "queens".

Change-Id: I7a4f661ddf16e2c94f8fc369bbc06c6fb6cc24b3
This commit is contained in:
Thomas Bechtold 2019-02-06 06:22:30 +01:00
parent 6139762c67
commit d4dc71da24
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 = 'queens'
CURRENT_MASTER = 'stein'
# the host where to query for open reviews
GERRIT_HOST = 'https://review.openstack.org'