Merge "Add '2015.2' version for Liberty in doc"

This commit is contained in:
Jenkins 2015-04-10 08:23:19 +00:00 committed by Gerrit Code Review
commit 773b8a6678
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ from heat.engine import support
_CODE_NAMES = {'2014.1': 'Icehouse',
'2014.2': 'Juno',
'2015.1': 'Kilo'}
'2015.1': 'Kilo',
'2015.2': 'Liberty'}
all_resources = {}