Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

Commit 59ec7e1

Browse files
committed
Bump default release to Havana
Changing the kickstack_release default to havana had been long overdue.
1 parent bf03671 commit 59ec7e1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

manifests/params.pp

+4-3
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@
3030
'installed')
3131

3232
# The OpenStack release to install
33-
# * default 'grizzly'
34-
# * override by setting to 'folsom' (not recommended) or 'havana'
33+
# * default 'havana'
34+
# * override by using a different OpenStack release name
35+
# (all lowercase)
3536
# This is for new installations only; don't expect this to magically
3637
# support rolling releases.
3738
$release = pick(getvar("::${variable_prefix}release"),
38-
'grizzly')
39+
'havana')
3940

4041
# The strategy to use so machines can make their hostnames known to
4142
# each other.

0 commit comments

Comments
 (0)