repo.pp: Switch default release to Havana
The Havana release has dropped, and all supported repos include it. No reason to stick to Grizzly packages any further. Change-Id: I50833a977f0e6892db22a6d0e93b89f60e2fe0a0
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# on RHEL-alikes and Ubuntu
|
# on RHEL-alikes and Ubuntu
|
||||||
#
|
#
|
||||||
class openstack::repo(
|
class openstack::repo(
|
||||||
$release = 'grizzly'
|
$release = 'havana'
|
||||||
) {
|
) {
|
||||||
case $release {
|
case $release {
|
||||||
'havana', 'grizzly': {
|
'havana', 'grizzly': {
|
||||||
|
Reference in New Issue
Block a user