Merge pull request #2 from cmurphy/stein

Add events for the Stein cycle
This commit is contained in:
Doug Hellmann 2018-09-20 12:10:58 -04:00 committed by GitHub
commit 232b79c77f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ _SUMMITS = [
('Pike', 'Boston', 'https://www.openstack.org/summit/boston-2017'),
('Queens', 'Sydney', 'https://www.openstack.org/summit/sydney-2017'),
('Rocky', 'Vancouver', 'https://www.openstack.org/summit/vancouver-2018'),
('Stein', 'Berlin', 'https://www.openstack.org/summit/berlin-2018'),
]

View File

@ -17,6 +17,7 @@ _PTGS = [
('Pike', 'Atlanta'),
('Queens', 'Denver'),
('Rocky', 'Dublin'),
('Stein', 'Denver'),
]