Packstack master branch is now Liberty

Change-Id: I6bcc5e47b201f75cb09e640b0ce85cd2e52dde31
This commit is contained in:
David Moreau Simard 2015-09-14 11:30:39 -04:00
parent 2c2574029f
commit d05243eb77

View File

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