Move Ubuntu testing to Train packages

Change-Id: I85d76a2d21de542c849d01c99c10dbf1778dc3ef
(cherry picked from commit fbd0e1be23)
This commit is contained in:
Tobias Urdin 2019-10-17 15:09:27 +02:00
parent db125ef4bb
commit 11d04a7007
1 changed files with 1 additions and 1 deletions

View File

@ -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'),
}