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:
Florian Haas 2013-10-18 10:17:58 +02:00
parent f315199347
commit d169bfca24
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# on RHEL-alikes and Ubuntu
#
class openstack::repo(
$release = 'grizzly'
$release = 'havana'
) {
case $release {
'havana', 'grizzly': {