From d169bfca240f6a192409079f3dbbecdffce63ffe Mon Sep 17 00:00:00 2001 From: Florian Haas Date: Fri, 18 Oct 2013 10:17:58 +0200 Subject: [PATCH] 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 --- manifests/repo.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/repo.pp b/manifests/repo.pp index 8928cc1..7e76339 100644 --- a/manifests/repo.pp +++ b/manifests/repo.pp @@ -3,7 +3,7 @@ # on RHEL-alikes and Ubuntu # class openstack::repo( - $release = 'grizzly' + $release = 'havana' ) { case $release { 'havana', 'grizzly': {