diff --git a/manifests/repos.pp b/manifests/repos.pp index 9a45058c5..0e2a628ee 100644 --- a/manifests/repos.pp +++ b/manifests/repos.pp @@ -12,7 +12,7 @@ class openstack_integration::repos { 'ubuntu': { include ::apt class { '::openstack_extras::repo::debian::ubuntu': - release => 'stein', + release => 'train', package_require => true, uca_location => pick($::uca_mirror_host, 'http://ubuntu-cloud.archive.canonical.com/ubuntu'), }