Add '2015.2' version for Liberty in doc

Change-Id: I3e42c74591197b919b767a6a7f42eb3dae40fe84
This commit is contained in:
huangtianhua 2015-04-10 10:49:41 +08:00
parent 1534f1a042
commit fe645b420b
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', _CODE_NAMES = {'2014.1': 'Icehouse',
'2014.2': 'Juno', '2014.2': 'Juno',
'2015.1': 'Kilo'} '2015.1': 'Kilo',
'2015.2': 'Liberty'}
all_resources = {} all_resources = {}