Packstack master is Kilo now

Change-Id: I9a01c059f38369efa533cbad965f29eae43fd557
This commit is contained in:
Alan Pevec
2015-02-03 19:02:24 +01:00
parent d4be291913
commit 880324fd06

View File

@@ -6,8 +6,8 @@ import pkg_resources
from .installer.utils import execute
VERSION = ['2014', '2']
OS_RELEASE = 'Juno'
VERSION = ['2015', '1']
OS_RELEASE = 'Kilo'
RESERVE_STR = None