diff --git a/manifests/repos.pp b/manifests/repos.pp index cfb9bb5a3..813f5336d 100644 --- a/manifests/repos.pp +++ b/manifests/repos.pp @@ -16,7 +16,7 @@ class openstack_integration::repos { 'Ubuntu': { include apt class { 'openstack_extras::repo::debian::ubuntu': - release => 'bobcat', + release => 'caracal', package_require => true, uca_location => pick($facts['uca_mirror_host'], 'http://ubuntu-cloud.archive.canonical.com/ubuntu'), } @@ -24,7 +24,7 @@ class openstack_integration::repos { 'Debian': { include apt class { 'openstack_extras::repo::debian::debian': - release => 'bobcat', + release => 'caracal', package_require => true, } }